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: 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T15:40:06.000Z (over 1 year ago)
- Last Synced: 2025-03-30T16:16:05.550Z (about 1 year 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

## 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 use
npm install
```
Start the server
```bash
npm run dev
```