Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 536 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 536 Bytes

rewards-react-app

Build Status

FE app for AWESOME project called REWARDS

Setting up

Pre-requirements

nvm install 11 && nvm use 11
  • yarn
brew install yarn

Resolve dependencies

yarn install

Run checks

yarn lint

Run tests

yarn test

Run app

yarn start