webeli / angular-webpack-starter

starter project including Angular, ES6 and webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular + Webpack Minimal Development Environment (ES6)

How to run:

  1. clone the project
  2. run npm start
  3. navigate to 'localhost/8080'
  4. start developing your Angular app with ES6 (javascript 2015)

what you get?

  • Minimal AngularJS development environment which loads and bootstrap angular.
  • Set of basic loaders includes: Babel, json, css, html, fonts and images.

bundle for deploy

  • run npm run bundle to package your code for deploy
  • find it in the dist folder

IMPORTANT NOTE

This project doesn't contains any configuration for code splitting and efficient bundling for production. (when running npm run bundle it will bundle all of your code into one bundle.js file). The main purpose of this project is to get you up and running with your development environment only. Read more about how to configure webpack for production bundling and make your own choices.

About

starter project including Angular, ES6 and webpack


Languages

Language:JavaScript 76.8%Language:HTML 18.0%Language:CSS 5.1%