Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 962 Bytes

Readme.md

File metadata and controls

43 lines (29 loc) · 962 Bytes

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.