The project brief, alongside API documentation can be found on Notion, click here.
In this repository you will find a template of a single page application in React. Feel free to create your own or use this to get started in your teams.
git clone https://github.com/teamplanes/React-to-the-future.gitNow, change directory to the project
cd React-to-the-futureyarn installOR, using npm.
npm installyarn startOR, using npm
npm run start