Run npm run start
for a dev server. Navigate to http://localhost:4200/
.
Run npm ng generate component component-name
to generate a new component. You can also use npm ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Run npm run lint
to execute linter.
Run npm run docs
to create documentation. It will be stored in ../docs/documentation/
directory.