Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 use

npm install
```

Start the server

```bash
npm run dev
```