https://github.com/akshaypx/blog-portal
A blog app with authentication, authorization, admin actions and master portal, using react, typescript, zustand, json-server for api, routing.
https://github.com/akshaypx/blog-portal
Last synced: 3 months ago
JSON representation
A blog app with authentication, authorization, admin actions and master portal, using react, typescript, zustand, json-server for api, routing.
- Host: GitHub
- URL: https://github.com/akshaypx/blog-portal
- Owner: akshaypx
- Created: 2023-04-10T11:06:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T11:16:11.000Z (about 2 years ago)
- Last Synced: 2025-01-12T08:27:29.203Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog Portal
A blog app with authentication, authorization, admin actions and master portal, using react, typescript, zustand, json-server for api, routing.
## Installation
after clone do these
```bash
cd blog-portal
npm i
npm run serve
```
in another terminal```bash
npm run dev
```