/react-lottery

Created with CodeSandbox

Primary LanguageHTML

React Lottery

A lottery in React

System Requirements

  • node v8 or greater
  • yarn v1 or greater || npm v6 or greater
  • git v2 or greater

All of these must be available in your PATH. To verify things are set up properly, you can run this:

node --version
npm --version
git --version

Setup

Codesandbox

Download the repo or

Clone the repo with:

git clone git@github.com:rojasleon/react-lottery.git

Running the app

With npm:

npm install
npm start

With yarn:

yarn install
yarn start

Author

Juan Luis Rojas León

License

MIT