Skip to content

devlsl/react-shop-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-shop-server

This is an server written in Node.js using json server. This repository is a back end. If you want to try playing with this, follow the manual.

manual

Step 1

Clone repository with server using command git clone

  git clone https://github.com/devlsl/react-shop-server.git react-shop-server

Step 2

Go to the react-shop-server directory and run the package installation command

  npm i

And the command to run server

  npm start

Step 3 (optional)

The server starts automatically on port 8000. You can change this at index.js

  const PORT = 3050

Step 4

You can play with app that uses this server

Follow the link

About

Server for react-shop-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published