Skip to content

Sisco-C/ReactEcommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Create an Ecommerce Site with React

Ecommerce

The code to accompany this SitePoint tutorial on creating a basic ecommerce site with React, using React Context for state management, and adding a basic method for handling authentication and cart management.

Requirements

Installation Steps (if applicable)

  1. Clone repo
  2. Run npm install
  3. Run ./node_modules/.bin/json-server-auth ./backend/db.json --port 3001 to start the backend server
  4. Run npm start to start the Create React App dev server
  5. Visit http://localhost:3000/
  6. Log in with either regular@example.com or admin@example.com and the password password.

About

Ecommerce Site

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published