- Fork and Clone the project.
- Install the dependencies. There are 2 package.json files - 1 for node/express server and 1 for react app.
npm iin root folder. Thencdinto client and againnpm ipackages. - Run
npm run devto run express server and react server concurrently.