This is a template repository for a flexible design platform around Angular 9; it makes no opinions or assumptions around project structure outside of what is required for Angular CLI.
The above features should allow for ~2MB bundles for small applications while remaining designer friendly.
To begin; using your favorite text-editor's find-all change all occurrences of ng-tailwind-boilerplate
to your own projects name
npm install
-- Install all of the required dependencies
npm run start-hot
-- Start the dev-server
npm run build
-- Perform a production release
For guarded routes refer to this documentation
For push notifications refer to this documentation
For performance monitoring refer to this documentation
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 test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.