A web application that assists Fantasy Premier League managers by providing tools and metrics built with live FPL API data.
- React
- Express
- Node
- Tailwind
- Clone this repository onto your local device.
- Run
npm installin the root folder to install dependencies. - CD into the server directory.
- Run
npm run devto start the Nodemon server. - CD into the client directory.
- Run
npm startto start the React server. - Click the "Launch Application" button on the top of the landing page to start the application.
- Enjoy the application!