Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 732 Bytes

File metadata and controls

47 lines (31 loc) · 732 Bytes

Lifetech Test Programmer

A brief description of what this project does and who it's for

Acknowledgements

Run Locally

Go to the server-side directory

  cd server-side/

Install dependencies

  npm install

Start the server

  npm start

Go to the client-side directory

  cd client-side/

Install dependencies

  npm install

Start the server

  npm run dev