Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seven-33/e-commerce-site
https://github.com/seven-33/e-commerce-site
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/seven-33/e-commerce-site
- Owner: Seven-33
- License: gpl-3.0
- Created: 2022-09-12T23:28:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T23:29:04.000Z (about 2 years ago)
- Last Synced: 2024-07-29T21:19:59.955Z (4 months ago)
- Language: JavaScript
- Size: 966 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### To intsall all rhe required dependecies
```
npm install
```## Start the project
```
npm start
```Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.### Test the application
```
npm test
```Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### Build application
```
npm run build
```Builds the app for production to the `build` folder.