Skip to content

malkitsingh/nextjs-12.2.5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextjs 12.2.5

This is an example Next.js app which is locked to version 12.2.5 and shows the most basic idea behind Next. We have one page: pages/index.tsx and a api route pages/api/hello.tsx. The former responds to / requests and the latter to /api/hello.

Deploy your app to AWS Amplify

Complete guide to deploy NextJs app with SSR enabled is here.

How to use

Make any folder with the name you want to call it.

npx create-next-app . --use-npm --typescript -e https://github.com/malkitsingh/nextjs-12.2.5
npm i
npm run dev

About

Minial app with version locked to nextjs-12.2.5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published