Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 640 Bytes

building.md

File metadata and controls

30 lines (21 loc) · 640 Bytes

Quick Start

Requirements

Install the dependencies

$ npm install

Running in development

$ npm start

The application should now be served in debug mode at http://localhost:3010.

Distribute

To create a build, run the following command and the build will be placed in the dist folder:

$ npm run build