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