Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.1 KB

Next.js + Tailwind CSS Kickstarter Template

Visit Demo-Website

Development

yarn dev Starts the development server.

yarn dev-https Starts the development server with a simple SSL HTTP proxy on https://localhost:3000

yarn build Builds the app for production.

yarn start Runs the built app in production mode.

yarn lint Runs ESLint

yarn format Runs Prettier

todos

  • Intercepting Routes demo page
  • Parallel Routes demo page

Useful Links