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.git
Now, change directory to the project
cd React-to-the-future
yarn install
OR, using npm.
npm install
yarn start
OR, using npm
npm run start