Skip to content

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

Notifications You must be signed in to change notification settings

murtazaghulam99/web-development-article

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published