/sandbox

Primary LanguageJavaScript

Sandbox

Installation

# if you haven't installed node version 8.10.0 LTS
nvm install v8.10.0

# install all development dependencies
npm install

Development

# start local development
npm start

Then open http://localhost:3000/.

Create a build

# create a production build into /build directory
npm run build