Attention: The code in this repository is intended for experimental use only and is not fully tested, documented, or supported by SingleStore. Visit the SingleStore Forums to ask questions about this repository.
You can install this template by running:
npx create-singlestoredb-app --template elegance-next
or by clicking the "Use this template" button on GitHub.
- Sign up for SingleStore and create a database
- Create an
.env
file based on the.env.sample
file - Install dependencies once by running:
npm i
- Build the application once by running:
npm run build
- Start development environment by running:
npm run dev
- Open http://localhost:3000 with your browser.
- Sign up for SingleStore and create a database
- Create an
.env
file based on the.env.sample
file - Install dependencies by running:
npm i
- Build the application once by running:
npm run build
- Start the application by running:
npm run start
- Open http://localhost:3000 with your browser.