This starter configures a Next.js app for use with Backengine.
- Rename
.env.example
to.env
and update the values for the environment variables from your Backengine account. - Run
npm install
to install dependencies - Run
npm run dev
to start the local development server
The __backengine__
directory in the root of the project contains code auto-generated from your Backengine database schema.