AngularJS, ES6 and Webpack 2 starter template
- src directory for AngularJS project with mulitple containers and components
- theme for Styling/CSS
- Webpack configuration for development with dev-server
- Webpack configuration for production
- 
Clone Project by running the following command in terminal git clone https://github.com/sasidhar678/angularjs-es6-with-webpack
- 
Navigate to root directory and install npm dependencies npm install
- 
For development/run development server npm start
- 
To production build npm run build