Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 452 Bytes

File metadata and controls

14 lines (9 loc) · 452 Bytes

LiveTable

Realtime Timetable scheduling. Could be used by freelancers.

How to Contribute

  1. Fork and Clone the project.
  2. Install the dependencies. There are 2 package.json files - 1 for node/express server and 1 for react app. npm i in root folder. Then cd into client and again npm i packages.
  3. Run npm run dev to run express server and react server concurrently.

Tech Stack

React, Express.