The following should be installed in your machine.
- Clone this Repo and
cd
into it - Create a
.env
file and add thisVITE_APP_BASE_URL=https://jsonplaceholder.typicode.com
- Install the dependencies by running
yarn
- Start the application on development mode by running
yarn start