1.5.0 • Published 6 years ago

angular5-starter-pack v1.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Angular5 Starter pack

version: 1.5.0

Build Status License: MIT

Now supporting Ahead Of Time compilation mode

Angular

version 5.2.10

Webpack

npm install -g webpack@latest
npm install -g webpack-cli@latest

Webpack must be installed globally together with webpack-cli version 4.5.0

App build commands

The first command is watching for changes in project and incrementally building. Second one is production special Build - dev - production - ahead of time

npm run build
npm run build-prod
npm run build-aot

Author

Lukas Caniga

email: lukas.caniga@gmail.com

Contributing

If you want to contribute, you are very welcome.