/latestTest

Primary LanguageJavaScript

make sure you already have node and mongoDb installed.

cd into the frontend directory and run:

yarn install

to install all gependencies.

also in the frontend directory, run

npm run build

to build the frontend

cd into the server directory and run:

yarn install

to install all gependencies.

In the project directory, you can run:

yarn start

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

To run only the frontend, cd into the frontend directory and run:

yarn start

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

To run only the server, from the root directory run:

npm run app

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