Shufflebox is an application that provides random selections and groupings for social events at Andela Kenya
- Hangouts
- Secret Santa
- Brown Bag
- Clone the repo
$ git clone https://github.com/AndelaOSP/shufflebox-frontend-react.git # HTTPS
$ git clone git@github.com:AndelaOSP/shufflebox-frontend-react.git # SSH- Install dependencies
$ npm install- Start the server
$ npm start- Run eslint
$ npm run lint- Run eslint with watcher
$ npm run link --watch- Run the tests:
$ npm run test- Run test watcher
$ npm run test --watch