Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 282 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 282 Bytes

Demo

A working demo can be found here.

How to

Running the development server

$ npm install
$ npm start

Running the test runner

$ npm test

Building the application for production

$ npm run build