https://github.com/marceloxhenrique/ecommerce-frontend
E-Commerce Shoes Store. A modern web application for shoes shopping, featuring a wide variety of footwear, user accounts and secure checkout. Built with Angular 18 and PrimeNG.
https://github.com/marceloxhenrique/ecommerce-frontend
angular18 primeng render scss typescript
Last synced: 5 months ago
JSON representation
E-Commerce Shoes Store. A modern web application for shoes shopping, featuring a wide variety of footwear, user accounts and secure checkout. Built with Angular 18 and PrimeNG.
- Host: GitHub
- URL: https://github.com/marceloxhenrique/ecommerce-frontend
- Owner: marceloxhenrique
- Created: 2024-10-15T13:02:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T23:21:32.000Z (8 months ago)
- Last Synced: 2025-03-25T07:36:19.090Z (7 months ago)
- Topics: angular18, primeng, render, scss, typescript
- Language: TypeScript
- Homepage: https://myecommerce-jet6.onrender.com
- Size: 16.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
E-Commerce Shoes Store
E-Commerce Shoes Store A modern web application for shoes shopping, featuring a wide variety of footwear, user accounts and secure checkout. Built with Angular 18 and PrimeNG
💻 Technologies




🚀 Getting started
Prerequisites
- [Git](https://git-scm.com/)
- [NodeJS](https://nodejs.org/en)
- [Angular](https://angular.dev/)Cloning
First, clone the repository
```bash
git clone https://github.com/marceloxhenrique/myecommerce.git
```Install dependecies
```bash
cd /project-name
npm install
```Starting
```bash
ng serve
```