$ git clone ....
$ cd /path/to/project && yarn install
$ yarn start
now you can see app at http://localhost:3000
Runs the app in development mode. Open http://:3000 to view it in the browser.
Builds the app for production to the www
folder.
$ npm run test