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

https://github.com/aifia105/ecommerce-shop

A responsive frontend for an e-commerce website built with Angular and Tailwind CSS
https://github.com/aifia105/ecommerce-shop

angular jwt ngrx tailwindcss

Last synced: 3 months ago
JSON representation

A responsive frontend for an e-commerce website built with Angular and Tailwind CSS

Awesome Lists containing this project

README

          

# E-commerce Shop Frontend

A responsive frontend for an e-commerce website built with Angular and Tailwind CSS.

## Description

This project provides the frontend user interface for an e-commerce shop, featuring responsive product listings, a shopping cart, and user authentication.

## Installation

Clone the repository and install dependencies:

```bash
git clone https://github.com/aifia105/Ecommerce-Shop.git
cd Ecommerce-Shop
npm install
```
Development
Run the development server:
```bash
ng serve
```
Visit http://localhost:4200/ in your browser.

Build
To build the project:
```bash
ng build
```
The output will be stored in the dist/ directory.