Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 872 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 872 Bytes

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you have two folders ( frontend and backend ).
To make the project works you have to follow these steps :

BACKEND

In the backend directory, you can run :

npm install

install all the dependencies.

nodemon index.js

Launch the server.

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

FRONTEND

In the frontend/strategin-app directory, you can run :

npm install

install all the dependencies.

npm 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.