/next-launch

⚛ / 🚀 | Just one command line separates you from starting a project with everything you need installed (but headless)

Primary LanguageTypeScriptMIT LicenseMIT

Next Launch 🚀

A free and open source web app boilerplate based on Next.js, offering you an easy way to get started with your next project. It includes a set of tools and best practices that will help you to build your web application in a fast, efficient and scalable way. This is a headless project, meaning that it doesn't include any styled UI, now you're the one who decides how your app will look like.

Features

Getting Started

  1. Clone the repository:
git clone https://github.com/pierregueroult/next-launch.git
  1. Install the dependencies with pnpm:
pnpm install

(You can also use your favorite package manager like bun, I like bun actually)

  1. Start all the things you need:
pnpm dev
pnpm email:dev
pnpm database:up
  1. Open http://localhost:3000 with your browser to see the result.

Et voilà! You're ready to start building your app. 🚀

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments