An open API service indexing awesome lists of open source software.

https://github.com/apaichon/react-commerce

Learning react with simple ecommerce
https://github.com/apaichon/react-commerce

Last synced: 3 months ago
JSON representation

Learning react with simple ecommerce

Awesome Lists containing this project

README

        

# react-commerce
Learning react with simple ecommerce

## Backend
### Setup
On command line
1. go to backend folder.
`cd backend`
2. run `npm install`
3. run `node server.js`

## Backend
### Setup
1. go to my-app folder.
`cd my-app`
2. run `yarn install`
3. run `yarn start`