⚡ Simplistic Next.js + TypeScript + Tailwind CSS website template.
You can use any package manager of your choice, but pnpm is preferred.
pnpm install # or yarn install, npm install, etc.
This command starts the built-in next development server.
pnpm dev
This command builds your server into a production-ready state.
pnpm build
This command starts your pre-built server and hosts it on localhost:3000 (the port depends on your port variable)
pnpm start