/NextJS_GS

NextJS_GS is the getting started that help learn some things aboult SSR, SEO and SSG

Primary LanguageTypeScript

NextJS_GS

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;

Things learned

  • 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

Project URL

Visualizar site

Project Images

Instructions

First, git Clone

git clone https://github.com/alissin4444/NextJS_GS.git

than, install dependencies

yarn

LOCAL SERVER

For inicialization run

yarn dev

Now you have a server in http://localhost:3000