Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 729 Bytes

README.md

File metadata and controls

59 lines (38 loc) · 729 Bytes

Shufflebox (web client)

Shufflebox is an application that provides random selections and groupings for social events at Andela Kenya

Supported Events

  • Hangouts
  • Secret Santa
  • Brown Bag

Getting Started

  • Clone the repo
$ git clone https://github.com/AndelaOSP/shufflebox-frontend-react.git # HTTPS
$ git clone [email protected]:AndelaOSP/shufflebox-frontend-react.git # SSH
  • Install dependencies
$ npm install
  • Start the server
$ npm start

ESLint

  • Run eslint
$ npm run lint
  • Run eslint with watcher
$ npm run link --watch

Tests

  • Run the tests:
   $ npm run test
  • Run test watcher
$ npm run test --watch