Starter template for React and Next.js projects packed with features like authentication, custom hooks, Tailwind support and many more.
Make sure to read our extensive documentation about using this starter template.
Install dependencies
npm ci
Copy the example environment variables and update them if needed
cp .env.example .env
Start the local server
npm run dev
The authorization process is inspired by these best practices of using JWT from Hasura.io
These HTTP response headers increase the security of the app and are bundled by default.
Review and update the security headers in the headers.js
file and analyse your app using this tool.