Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 209 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 209 Bytes

Installation

Install the dependencies

$ npm install

Serve

To serve in the browser - Runs webpack-dev-server

$ npm start

Build

Compile and build

$ npm run build