This repository provides you an easy ready-to-use Angular app using Webpack.
Webpack dependencies are saved in package.json file.
You'll need npm to initialize it.
git clone https://github.com/strubix/angular-quickstart.git
cd angular-quickstart && npm install
Feel free to rename the generated folder !
npm run dev
Default server will run on http://localhost:8080
npm run build
Generated app will be created inside dist folder
- angular
- angular-ui-router
- bootstrap
- jquery
02/08/2016 : Version 1.0 ready
09/08/2016 : Version 2.0 using Angular components, bootstrap
17/08/2016 : Version 2.1 fixing compiling bugs, adding ui-router
18/08/2016 : Version 2.2 stable version
This project is licensed under the MIT License - see the LICENSE.md file for details