Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 313 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (4 loc) · 313 Bytes

How to run dev server and bundle the app

Prerequirements: NodeJS 7+, NPM 4+. Install needed deps via npm install.

To run development server you need to run npm run develop and open http://localhost:8106.

To compile the app (without dev server stuff) run npm run bundle.