Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 668 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 668 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 on cmd to run express server and react server concurrently - proxy implied.

NOTE: react server runs on localhost:3000 and express server runs on http://localhost:5000.

Tech Stack

React, Express.

Redux, cors, redux-thunk etc.