/angular-webpack-starter

Yet another angular + webpack seed

Primary LanguageCSS

Angular + Webpack Starter Project

Yet another starter project for building Angular 1.x applications using Webpack. Consists of:

  • ES6 support with babel
  • Dev server with live-reload
  • Production build, minify, uglify
  • Serve Production
  • Dependency injection using ng-annotate-loader
  • Sass
  • Third party libs: jQuery, MomentJs
  • Bootstrap - Flatly Theme
  • Bourbon Mixins
  • Ionicons

Quick start

# clone our repo
$ git clone https://github.com/Chyngyz/angular-webpack-starter my-app

# change directory to your app
$ cd my-app

# install the dependencies with npm
$ npm install

# start the server
$ npm start

# build into dist folder
$ npm run build

# Serve dist
$ npm run serve:dist

go to http://localhost:3000 in your browser.