Skip to content

balasasidhar/angularjs-es6-with-webpack

Repository files navigation

angualrjs-es6-with-webpack

AngularJS, ES6 and Webpack 2 starter template

What it Contains

  1. src directory for AngularJS project with mulitple containers and components
  2. theme for Styling/CSS
  3. Webpack configuration for development with dev-server
  4. Webpack configuration for production

How to run

  • Install Git and NodeJS

  • 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

References