https://github.com/mohamedaflah/blog-app
Implemented for just learning Next.js core concepts
https://github.com/mohamedaflah/blog-app
Last synced: 3 months ago
JSON representation
Implemented for just learning Next.js core concepts
- Host: GitHub
- URL: https://github.com/mohamedaflah/blog-app
- Owner: mohamedaflah
- Created: 2024-10-25T17:03:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T09:53:00.000Z (7 months ago)
- Last Synced: 2025-01-16T22:44:30.428Z (5 months ago)
- Language: TypeScript
- Homepage: https://blog-app-ivory-three.vercel.app/
- Size: 3.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Instruction to setup this project
1. git clone https://github.com/mohamedaflah/Blog-app.git
2. cd ui
-> npm install
-> setup .env based on .env-sample
-> npm run dev
3. open new Terminal without closing existing terminal
4. cd server
-> npm install
-> setup .env based .env.local
-> npm run dev