Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 229 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 229 Bytes

angular6-webpack4-sample-app

Angular 6 with Webpack 4 Sample App

Getting Started

  1. Clone repo
  2. npm install
  3. npm start

Build Options

# development
npm run build:dev
# production
npm run build:prod