Angular 7
gulp
prettier
tslint
pre-commit with lint-staged husky
ngx-restangular
Development ready - start adding components directly
Hook to initialize extra things on-load
Base Component to add common things to all components on extend
Run npm run setup
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build. Run from dist/
using http-server dist/
(You may need to run npm install -g http-server
)
Run ng test
to execute the unit tests via Karma.
MIT