You will need Node.js version 12.0 or greater installed on your system.
Get the code by cloning this repository using git
git clone https://github.com/harshnagalla/seedly-assignment.git
Once downloaded, open the terminal in the project directory, and install dependencies with:
yarn install
Then start the mock server on a seperate terminal with:
yarn serve
Then start the example app with:
yarn dev
The app should now be up and running at http://localhost:3000/home 🚀