Basic Angular App with Webkit + ES6 + Angular Material
git clone git@github.com:padupuy/angular-webpack-starter-kit
cd angular-webpack-starter-kit
npm install
npm start
Then
open http://localhost:8090
- Build basic Angular app with webpack
- BabelJS and full ES6 support
- UI-Router instead of ngRoute
- Multi views usage in Cuisine feature
- Material Angular UI/UX toolkit instead of bootstrap
- Remote data with fake api (thankls to http://jsonplaceholder.typicode.com)
- Promise with $http