Following these instructions will allow you to run and build the project on your local machine for development and testing purposes.
Follow the official guide "Setting up the development environment" to set up your local machine to develop and run the application.
Install npm
globally:
Clone this repository.
Install the npm dependencies:
npm install
cd client
npm install
To start the Backend server, go to the root directory:
npm start
To start frontend, run:
cd client
npm run dev