https://github.com/palerdot/simple-react-cricket-quiz
simple cricket quiz app built with vanilla React
https://github.com/palerdot/simple-react-cricket-quiz
Last synced: about 1 year ago
JSON representation
simple cricket quiz app built with vanilla React
- Host: GitHub
- URL: https://github.com/palerdot/simple-react-cricket-quiz
- Owner: palerdot
- Created: 2018-04-29T10:21:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T10:22:10.000Z (about 8 years ago)
- Last Synced: 2025-02-11T14:51:24.591Z (over 1 year ago)
- Language: CSS
- Homepage: https://simple-react-cricket-quiz.herokuapp.com
- Size: 1.12 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple React Cricket Quiz
Simple React Cricket Quiz built with Vanilla React
## Setting up
This project is bootstrapped with `create-react-app`. Please make sure you have **latest node** (preferable 6+)
### Hosting
This app is hosted statically in heroku here - https://simple-react-cricket-quiz.herokuapp.com/
It is done by doing this simple trick of mimicking a php app as mentioned in https://gist.github.com/wh1tney/2ad13aa5fbdd83f6a489
```javascript
// install dependencies
yarn install
// start the dev server
yarn start
// you can also make a production build and run the stuff inside the build folder
```