Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 441 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 441 Bytes

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