A Virtual Shop made using JavaScript, with React as a library. It shows the interface of a Cloth Shop with their own Inventory, Clients, Managers, Orders and everything we may need to manage a Virtual Shop. --Dev Team
Fisrt download and unzip main folder, go to wherever you want and run follow coding:
Example for Frontend project: In the project directory, you can run:
above code will download necessary files to run the Forntend, then you need to init it typing the follow
The last runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Run same code into Backend directory in order to start the server, but instead using npm start you have to run: