- In a terminal, clone this repository and navigate to project directory
cd F1-fantasy-simulator
. - To install all necessary packages, simply run the utility file
node yarn-install.js
. This file will look for package.json files recursively and install the dependencies on each folder of the project where a package.json file is present. - After that you should be ready to startup the project. Open two terminal instances at the project root level, then run:
cd server && yarn start
in one terminal instance to start the server at port9000
.cd client && yarn start
at the the other terminal instance to start the client at port3000
. A new browser tab should be open automatically.
- Build MongoDB
- Populate database
- Create Express.js Server
- Fetch data from MongoDB
- Create Simple React.js App
- Built simple UI to display data table
- Connect to Express server to fetch data
- Design UX/UI
- Project wireframe
- High fidelity prototype
- Create New UI
- Document project structure.