Skip to content

microsoftbuild/dalenguyen.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dale Nguyen Portfolio Website

This Monorepo project was generated with Angular 12, Nx Workspace and published to Github Pages.

This project will host on two places:

Development server

Run npm run dev for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Generate a new app / library

nx generate @nrwl/angular:app myApp
nx generate @nrwl/angular:library mylibrary --buildable --publishable
nx generate @nrwl/express:application <express-app>

# sub modules
nx g m --name=parent --module=app-routing --route=parent --routing
nx g m --name=parent/child --module=parent/parent-routing --route=child --routing

# NPM package
nx generate @nrwl/node:library name --importPath @dalenguyen/name --publishable

Update sentry

After deploying new feature or fix a bug. The Sentry release should be updated.

sh sentry-release.sh

Angular Universal

For Development

npm run dev:ssr

For Production

npm run start:ssr

TODO

  • Using NX Cloud for Building with Github Actions

Contribution

Any contribution to this project are welcome. Please read the contribution guideline

About

Personal website with Github pages and Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.0%
  • HTML 13.7%
  • SCSS 6.2%
  • JavaScript 5.6%
  • Shell 0.5%