A Next.js barebones starter project with everything you need to build a production-ready web app.
The easiest way to start with this template is using create-next-app
.
npx create-next-app -e https://github.com/nathanlevitt/nextjs-starter
or
pnpm create next-app -e https://github.com/nathanlevitt/nextjs-starter
If you prefer, you can clone this repository and run the following commands to install packages and run the development server:
pnpm install
(can also use npm
, yarn
, or bun
)pnpm dev
Open http://localhost:3000 with your browser to see the result.
Create a .env.local
file based on lib/env.ts
This project is licensed under the MIT License. For more information, see the LICENSE file.