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.
- Clone repo
- Run
npm install
- Run
./node_modules/.bin/json-server-auth ./backend/db.json --port 3001
to start the backend server - Run
npm start
to start the Create React App dev server - Visit http://localhost:3000/
- Log in with either
[email protected]
or[email protected]
and the passwordpassword
.