Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agust613/ecommerce-react
E-Commerce React
https://github.com/agust613/ecommerce-react
css cssmodules ecommerce figma html javascript node react ui ux vite
Last synced: about 2 months ago
JSON representation
E-Commerce React
- Host: GitHub
- URL: https://github.com/agust613/ecommerce-react
- Owner: AgusT613
- Created: 2024-10-11T12:56:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T15:40:06.000Z (3 months ago)
- Last Synced: 2024-12-12T00:48:48.515Z (about 2 months ago)
- Topics: css, cssmodules, ecommerce, figma, html, javascript, node, react, ui, ux, vite
- Language: JavaScript
- Homepage: https://eccomy-ecommerce-react.netlify.app/
- Size: 2.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-Commerce Web Application
An e-commerce developed with HTML, CSS and ReactJS; based on a [Figma Template]().
## Screenshots
![Web Image Preview](./public/web-overview.png)
## Run Locally
Clone the project
```bash
git clone https://github.com/AgusT613/ecommerce-react
```Go to the project directory
```bash
cd ecommerce-react
```Install dependencies
```bash
npm install
```If you use nvm (Node Version Manager)
```bash
nvm install
nvm usenpm install
```Start the server
```bash
npm run dev
```