shaialon / nextjs-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js Tutorial

screenshots

Try It

Demo Live

Learn It (FREE!)

YouTube

Scripts

npm install

  • Install all dependencies

npm run dev

  • Starts the application in development mode with hot-code reloading

npm run build

  • Creates an optimized production build of your application.

npm run start

  • Starts the application in production mode. The application should be compiled with next build first.

About


Languages

Language:TypeScript 96.1%Language:CSS 2.2%Language:JavaScript 1.8%