Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 234 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 234 Bytes

A minimal Angular 4.x webpack setup

Install dependencies

Run

npm install

Run

To start a webserver with source maps do:

npm start

Testing

npm run test

Create production bundle

npm run build