antogyn / es6-angular-webpack-fullstack

A proof of concept for a fullstack es6 app with angular, webpack and legacy code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

es6-angular-webpack-fullstack

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

Open http://localhost:8080

About

A proof of concept for a fullstack es6 app with angular, webpack and legacy code

License:MIT License


Languages

Language:JavaScript 84.7%Language:HTML 15.3%