Skip to content

esneidermanzano/V-Shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

133 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors