murtazaghulam99 / web-development-article

Covered up the fundamentals of Next.js such as SSR & SSG, routing, data fetching, apis and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Covered up the fundamentals of Next.js such as SSR & SSG, routing, data fetching, apis and more!


Languages

Language:JavaScript 80.6%Language:CSS 19.4%