Install yarn, read how here.
Navigate to project root directory and run the following commands:
yarn installnpm i -g babel-core babel-watch
To start the application you can now run: yarn start
yarn lintRun code lintingyarn testRun tests using jestyarn test-coverageRun tests using jest and display coverageyarn buildBundle the applicationyarn startRun the development environmentyarn deployBuild the application in production modeyarn deploy-windowsBuild the application in production mode under Windows


