Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jewel109/blog-frontend
Frontend for my blog-server api using nextjs and redux . My API link https://github.com/jewel109/blog-server
https://github.com/jewel109/blog-frontend
nextjs redux-toolkit typescript
Last synced: 2 days ago
JSON representation
Frontend for my blog-server api using nextjs and redux . My API link https://github.com/jewel109/blog-server
- Host: GitHub
- URL: https://github.com/jewel109/blog-frontend
- Owner: jewel109
- Created: 2022-08-03T17:34:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T15:00:24.000Z (5 months ago)
- Last Synced: 2024-12-03T12:08:29.338Z (about 2 months ago)
- Topics: nextjs, redux-toolkit, typescript
- Language: TypeScript
- Homepage:
- Size: 9.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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
```