/raffleit-react

A Raffle It-implementation in React

Primary LanguageJavaScriptMIT LicenseMIT

Raffle It! React · CircleCI GitHub license

This is an implementation of Raffle It! in React, with redux, react-router and redux-saga, with create-react-app as a bootstrapper.

Pros and Cons (Purely Subjective)

Pros Cons
Writing apps in React make them easy to troubleshoot React might have a steep learning curve
Create React App makes webpack configuration easy State-handling, routing and API-calls is not built in.
JSX instead of external template

Known Bugs

  • None

Command Line Stuff

Running Locally

  • Run yarn install
  • Run yarn start

Creating a Production Build

  • yarn install
  • yarn run build

Running Tests

  • yarn test

License

Raffle It! is MIT licensed.