This is an example of how you may set up this project locally. To get a local copy up and running, follow these simple steps.
- Clone the repo
git clone https://github.com/samya-ak/sync-it.git
- Install server NPM packages
npm install
- Start express dev server
npm run mon
- Install client NPM packages
cd client npm install
- Start React dev server
npm run start