Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dinushchathurya/e-commerce-site
E-Commerce Application using React.JS
https://github.com/dinushchathurya/e-commerce-site
e-commerce e-commerce-project online-shop online-shopping phone-store react react-component react-components react-e-commerce-site react-online-shpooing react-phone-store react-project react-router react-router-dom react-shopping-cart react-shopping-site reactjs reactjs-component reactjs-project
Last synced: 4 days ago
JSON representation
E-Commerce Application using React.JS
- Host: GitHub
- URL: https://github.com/dinushchathurya/e-commerce-site
- Owner: dinushchathurya
- License: gpl-3.0
- Created: 2019-06-24T05:23:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T00:09:39.000Z (7 months ago)
- Last Synced: 2025-01-27T11:08:18.259Z (11 days ago)
- Topics: e-commerce, e-commerce-project, online-shop, online-shopping, phone-store, react, react-component, react-components, react-e-commerce-site, react-online-shpooing, react-phone-store, react-project, react-router, react-router-dom, react-shopping-cart, react-shopping-site, reactjs, reactjs-component, reactjs-project
- Language: JavaScript
- Homepage: https://reactjsphonestore.netlify.com
- Size: 687 KB
- Stars: 221
- Watchers: 8
- Forks: 280
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### To intsall all the 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.