Note: Last updated and verified to be functional at November 2nd, 2017
No meat left, nothing but bone. The perfect repository to get your angular4 project going!
This repository serves as a bare minimum starter pack for getting Angular4 up and running with webpack. Here's whats included:
- Angular 4 with hot module replacement
- Webpack
- Nothing else
First ensure you have a relatively recent version of NPM and NodeJs installed, then
git clone https://github.com/Syntaf/angular4-barefuckinbones
cd angular4-barefuckinbones
npm install
npm start
npm start:hmr // hot module replacement
npm run build
- on-going warnings spit out by webpack: PatrickJS/PatrickJS-starter#993
- Strange warning about promises, doesn't seem to affect code