https://github.com/parvezmrobin/jhijhi-frontend
A simple react app backed by Express JS to maintain cricket score
https://github.com/parvezmrobin/jhijhi-frontend
cricket expressjs nodejs react scorekeeper
Last synced: 2 months ago
JSON representation
A simple react app backed by Express JS to maintain cricket score
- Host: GitHub
- URL: https://github.com/parvezmrobin/jhijhi-frontend
- Owner: parvezmrobin
- Created: 2019-03-30T05:52:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:51:03.000Z (over 2 years ago)
- Last Synced: 2025-02-07T16:43:40.696Z (4 months ago)
- Topics: cricket, expressjs, nodejs, react, scorekeeper
- Language: JavaScript
- Homepage: https://jhijhi.parvezmrobin.dev
- Size: 7.47 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jhijhi
[](https://app.netlify.com/sites/jhijhi/deploys)
*A simple react app backed by Express JS to maintain cricket score*
## Live
> You can use the app from https://jhijhi.netlify.com.
## Installation
To install the app in your local machine
make sure you have `node` and `yarn` installed. Then run
```bash
yarn install
```After installation completes, copy `.env.example` to `.env`.
Make sure the backend is running.
Finally, run
```bash
yarn run dev
```Wait a while. **Bingo!** The app's running in your browser.
If you don't have an account (you surely won't have in the first run),
make one from the [Register](http://localhost:3000/register) page.
Login and explore.Thank me later. Find some bug first.