This project is a official getting started from NextJS. NextJS offers Pre-Rendering; Static Exporting; CSS-in-JS; Zero Configuration; Fully Extensible; Ready for Production; SSR; SSG;
- Create Next.js App
- SSR
- SSG
- SWR
- Assets, static files and styles in NextJS
- Pre-rendering and Data Fetching in NextJS
- Dynamic Routes
- API Routes
- Deployment in Vercel
- Typescript with NextJS
First, git Clone
git clone https://github.com/alissin4444/NextJS_GS.git
than, install dependencies
yarn
For inicialization run
yarn dev
Now you have a server in http://localhost:3000