Skip to content

singlestore-labs/elegance-sdk-template-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SingleStore Elegance SDK Express.js Template

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.

Installation

You can install this template by running:

npx create-singlestoredb-app --template elegance-express

or by clicking the "Use this template" button on GitHub.

Start Development Environment

  1. Sign up for SingleStore and create a database
  2. Create an .env file based on the .env.sample file
  3. Install dependencies once by running: npm i
  4. Start development environment by running: npm run dev
  5. Open http://localhost:3000 with your browser.

Build

To build project run npm run build in the root of the project. Built files will be located at these paths: client/build and server/build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published