Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 343 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 343 Bytes

Next.js Crash Course Project

Project from my Next.js crash course on YouTube

Run the development server:

npm run dev

Build for production AND generate static website into "out" folder:

npm run build

Run in production:

npm start

API Routes:

GET /api/articles GET /api/articles/:id