Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (26 loc) · 532 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 532 Bytes

Getting Started

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.

Installation

  1. Clone the repo
    git clone https://github.com/samya-ak/sync-it.git
  2. Install server NPM packages
    npm install
  3. Start express dev server
    npm run mon
  4. Install client NPM packages
    cd client
    npm install
  5. Start React dev server
    npm run start