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
- Host: GitHub
- URL: https://github.com/apaichon/react-commerce
- Owner: apaichon
- License: mit
- Created: 2024-08-20T03:17:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T03:46:25.000Z (10 months ago)
- Last Synced: 2024-08-20T06:37:09.371Z (10 months ago)
- Language: TypeScript
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`