This project was bootstrapped with Create React App.
- npm (node package manager)
-
Clone the project to your local machine
-
Update the relevant MySQL server details in the
.env
file. -
Install the dependencies using the below command\
npm install
-
Run the node server\
node server/server.js
-
In another terminal execute the below command\
npm start
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.