Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jewel109/ecommerce-frontend
- Owner: jewel109
- Created: 2024-05-12T23:24:11.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T16:21:56.000Z (4 months ago)
- Last Synced: 2024-09-16T19:57:45.052Z (4 months ago)
- Topics: nextjs, redux-toolkit, typescript
- Language: TypeScript
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```