Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 963 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 963 Bytes

Angular Boilerplate Application

Build Status

Features

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

Start

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.

Build

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)

Testing

Run ng test to execute the unit tests via Karma.

License

MIT