Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.12 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.12 KB

Fantasy Premier League - React App

The Application has been built and influenced by fantasy.premierleague.com.

![alt tag] (https://raw.githubusercontent.com/ryanpark/FEPL---React-App/Redux/public/images/product.png)

RESTful football data.

http://api.football-data.org/

Dependencies

  • Bootstrap
  • Font Awesome
  • Lodash
  • D3 Format
  • Redux
  • jQuery

To run

  • You'll need to have git and node installed in your system.
  • Fork and clone the project:
> $ git clone https://github.com/alicoding/react-webpack-babel.git

Then install the dependencies:

> $ npm install

Install webpack and the development server:

> $ npm i webpack-dev-server webpack -g

You can simply run webpack build using this command:

> $ npm run build

If you want to run with webpack-dev-server simply run this command:

> $ npm run dev

Open the web browser to http://localhost:8080/

Please contribute to the project if you think this can be done better in anyway even for this README :)