A proof of concept for a fullstack es6 app with angular, webpack and legacy code.
# Clone the repository
git clone https://github.com/antogyn/es6-angular-webpack-fullstack.git
# Install dependencies
npm install
# Build in development mode
npm run build:dev -- [--watch]
# Or, build in production mode
npm run build:prod
# Start the app
npm start