Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 933 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 933 Bytes

For the frontend side

Install react and clone this repository

After cloning, navigate to the admin folder
 Enter npm install
In the terminal to install all the required dependencies

 Enter npm run
To run the app in localhost

For the backend side

Install Node js and npm from https://nodejs.org/en/download/
NPM package is included in the Node js installation

After installation, clone this repository to your local storage. Then navigate to this folder in the terminal and run

 npm install


To install all the required dependencies

After installing all dependencies, run

 npm run

If the connections and installations are proper, it will be running without errors and you could see appropriate messages in the terminal

Note: For complete working of the application in localhost, you need to run the backend and frontend simultaneously