IntroductionNEXT-AUTH + MONGO-DB

Hey maker, welcome to FastSASS 👋

Here’s a quick overview of the boilerplate. Follow along to get your app up and running. Once you’re done, start with this tutorial to launch your project in 5 minutes. Let’s build that startup, FAST

You’re browsing the /app router documentation. To use the /pages router, see here

Start a local server

  1. In your terminal, run the following commands one-by-one:
git clone https://github.com/GetFastSaas/next-starter-ts.git [YOUR_APP_NAME]
cd [YOUR_APP_NAME]
npm install
git remote remove origin
npm run dev

FastSaas requires Node 18.17 or greater. Type node -v in your terminal to check version.

  1. Rename .env.example to .env.local