Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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