Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael-c7/e-mart-e-commerce-app
An e-commerce store
https://github.com/michael-c7/e-mart-e-commerce-app
Last synced: 8 days ago
JSON representation
An e-commerce store
- Host: GitHub
- URL: https://github.com/michael-c7/e-mart-e-commerce-app
- Owner: Michael-c7
- Created: 2022-05-23T15:20:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T15:31:22.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T14:41:28.460Z (over 1 year ago)
- Language: JavaScript
- Size: 7.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### pages
https://user-images.githubusercontent.com/58267348/212479821-ea919531-2563-4826-ab03-5abdeac6cf29.mp4
#### Netlify TOML for create-react-app
[build]
- command = 'npm run build'
- publish = '/build'
- functions = './functions'[[redirects]]
- from = '/api/\*'
- to = '/.netlify/functions/:splat'
- status = 200[[redirects]]
- from = '/\*'
- to = '/index.html'
- status = 200#### build Command
"build": "CI= react-scripts build"