To run this project, follow the steps below:
-
Navigate to the server directory:
cd server
Start the server:npm startornode server.js -
Navigate to the client directory:
cd client
Start the client:npm start
- Make sure all dependencies are installed before starting (run
npm installin bothserverandclientdirectories if necessary). - This setup assumes that
npmis available on your system. If not, please install it from Node.js website.