Skip to content

Building

Yotam Mann edited this page Sep 7, 2018 · 5 revisions

Installation

Install all dependencies

npm install

Building

The complete bundled and minified build will be in the build directory after running

npm run build

Watching

For developing, it's helpful to watch for changes and have it generate a new build when any file is saved:

npm run watch