Skip to content

kenberkeley/horse-racing-odds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Horse Racing Odds powered by Create React App

The README generated by Create React App (CRA) was moved to README-CRA.md

Β§ Online demo

Click here.

Β§ Features

$ Quick Start

$ git clone https://github.com/kenberkeley/horse-racing-odds.git
$ cd horse-racing-odds/

# Install dependencies
$ npm i

# Run!
$ npm start

Then open http:https://localhost:3000

$ Project Structure

For the whole project structure, please turn to Folder Structure (CRA Doc).

Only src/ will be elaborated below.

# Trivial folders/files had been omitted
src/
β”œβ”€β”€ components/ # global level components
β”œβ”€β”€ pages/
β”‚   β”œβ”€β”€ index/
β”‚   β”‚   β”œβ”€β”€ comps/  # page level components
β”‚   β”‚   └── index.js
β”œβ”€β”€ types/ # centralized proptypes (https://bit.ly/2G3V6Ou)
β”œβ”€β”€ utils/
β”œβ”€β”€ App.js
└── index.js

Reference:

Β§ Deployment

# Compile for production
$ npm run build

# Publish to Github Pages
$ npm run deploy

Check out Deployment (CRA Doc) for more information.

Β§ TODO

  • Testings (Unit & E2E)

About

Horse Racing Odds powered by Create React App. Online demo πŸ‘‰

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published