/nextjs-simple-app

Next.js with SSR & SSG, routing, data fetching, apis and more

Primary LanguageJavaScript

Next.js Simple App

Next.js with SSR & SSG, routing, data fetching, apis and more

Next.js project bootstrapped with create-next-app.

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

Learn More

To learn more about Next.js, take a look at the following resources: