- 1st. Clone the project from xxx
- 2nd. Run
npm install
-
Initiate a server with
npm start
. You'll be able to access index.html in http://127.0.0.1:8080 -
To build the app, please run
npm run babel
The tests will be placed in the tests folder.
Please, run npm run test
to execute them, or optionally, npm run test:watch