Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 802 Bytes

File metadata and controls

19 lines (13 loc) · 802 Bytes

V-Shop

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

How to start

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:

npm install

above code will download necessary files to run the Forntend, then you need to init it typing the follow

npm start

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:

npm run dev