Skip to content

antoantonyk/angular6-webpack4-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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