Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1015 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 1015 Bytes

React Shop 中文说明

A shopping cart project with MongoDB + Express + React + Node.js + Redux + React Router. If you like the project, please star me, thanks!

Snapshot

react-shop.jpg

Features

  • With Admin Page
  • Responsive design
  • Without UI library
  • Redux log

Run Service

Clone the backend code and run it:

Configuration

Open the .env file,edit the corresponding values.

REACT_APP_BASE_API = 'http://localhost:3000/v1'

Build Setup

# install dependencies
npm install

# run server at http://localhost:3000
npm start

# build for production with minification
npm run build

This project was bootstrapped with Create React App.

Relevant projects: