Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 690 Bytes

File metadata and controls

30 lines (19 loc) · 690 Bytes

To start the frontend server

Move to the frontend folder

Available Scripts

In the project directory, you can run:

Run yarn install

To install all the available dependicies

Run yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

To start the backend server

Move to the server folder

Run npm install

To install all the dependencies

Create .env in the server folder same as .env.example

Fill in the parameters of .env file

Run node server

To run the server at port 5000