/nextjs-app-ready-template

Starter kit next application with authentication and mobx stores

Primary LanguageTypeScript

nextjs-app-ready-template

This template will help you to quickly start a project without any extra steps

Features

  • Authentication / Registration / Session
  • Mobx stores with hydration state
  • Typescript
  • MongoDB and session storage

How to start

  1. Copy .env.local.example to .env.local and fill
  2. Run pnpm i or npm i
  3. Run pnpm dev or npm run dev