Recuitment Assignment Starter Code
- Clone repo using code
git clone https://github.com/ankurshaswat/fluffy-winter
Or fork repo and clone from your own repo. - Get into repo directory
cd fluffy-winter
- Install Dependencies
npm install
- Make changes and run app using
npm start