GitHunt
MU

murtazaghulam99/web-development-article

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

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

Languages

JavaScript80.6%CSS19.4%

Contributors

Created July 14, 2023
Updated July 20, 2023