Install yarn
, read how here.
Navigate to project root directory and run the following commands:
yarn install
npm i -g babel-core babel-watch
To start the application you can now run: yarn start
yarn lint
Run code lintingyarn test
Run tests using jestyarn test-coverage
Run tests using jest and display coverageyarn build
Bundle the applicationyarn start
Run the development environmentyarn deploy
Build the application in production modeyarn deploy-windows
Build the application in production mode under Windows