Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedaflah/blog-app
Implemented for just learning Next.js core concepts
https://github.com/mohamedaflah/blog-app
Last synced: 3 days 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 (24 days ago)
- Default Branch: main
- Last Pushed: 2024-11-11T07:35:04.000Z (8 days ago)
- Last Synced: 2024-11-11T07:35:06.784Z (8 days ago)
- Language: TypeScript
- Homepage: https://blog-app-ivory-three.vercel.app/
- Size: 3.63 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