Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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"