Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jewel109/ecommerce-frontend

Frontend of ecommerce server in nextjs redux and typescript
https://github.com/jewel109/ecommerce-frontend

nextjs redux-toolkit typescript

Last synced: about 2 months ago
JSON representation

Frontend of ecommerce server in nextjs redux and typescript

Awesome Lists containing this project

README

        

## Table of Contents

- [Getting Started](#getting-started)
- [Installation](#installation)
- [Features](#features)
- [Project Structure](#project-structure)
- [Available Scripts](#available-scripts)
- [Technologies Used](#technologies-used)

## Getting Started

### Prerequisites

Before running the project, ensure you have the following installed on your machine:

- [Node.js](https://nodejs.org/en/) (version 22 or higher)
- [npm](https://www.npmjs.com/) or [pnpm](https://pnpm.io/)

## Installation

1. Clone this repository:

```bash
git clone https://github.com/jewel109/Blog-frontend
```

2. Navigate to the project directory:

```bash
cd
```

3. Install the dependencies:

```bash
npm install
```

or

```bash
pnpm install
```