Angular 16.x navigation skeleton project with styling which get you started faster.
- Angular CLI 16.x template
- SCSS for styling
- Font Awesome and Bootstrap 4.x (no javascript, just styles)
- Navigation/layout
- Theming
- Linting/formatting - prettier, eslint, stylelint
- Circle CI 2 integration
- docker image
ng new angular-skeleton-app --routing --style=scss --ssr --standalone=false
ng lint
(to setup)ng add @angular/pwa
ng add @nguniversal/express-engine
- https://angular.io/guide/universalnpm run lint -- --fix
See https://ng-add.web.app/ for more
- Node version compat list https://stackoverflow.com/questions/60248452/is-there-a-compatibility-list-for-angular-angular-cli-and-node-js
Run npm start
to start developing.
Run npm run start:prod
build and run for production.
This project was generated with Angular CLI version 16.1.0.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.