Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 230 Bytes

File metadata and controls

15 lines (9 loc) · 230 Bytes

nextjsbnb

https://next-js-server.herokuapp.com/

npm run dev

"scripts": { "dev": "nodemon server.js", "build": "next build", "start": "NODE_ENV=production node server.js" },

brew services start postgresql