Next.js Blog Next.js build simple project blog with json-server Installation 1. cd server/ 1. npm install Start server 1. cd server/ 1. npm run dev -- -p 3001 2. json-server resources/data/db.json --port 3002 Open App Open app http://127.0.0.1:3001