Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 368 Bytes

File metadata and controls

26 lines (18 loc) · 368 Bytes

Installation

You must have npm installed globally before running the following command:

$ npm install --global gulp
$ npm install

First Run

$ gulp dev

Now open your browser and go to 'localhost:8888/'

Commands

Build:

$ npm start  // start a dev server
$ npm build  // build a production version
$ npm test   // run Jest cli