Skip to content

eliasjcjunior/database-client-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Create an App

# with `nextron`
$ nextron init my-app --template with-javascript

# with npx
$ npx create-nextron-app my-app --example with-javascript

# with yarn
$ yarn create nextron-app my-app --example with-javascript

Use it

$ cd my-app

# Install dependencies
$ yarn (or `npm install`)

# Run development mode
$ yarn dev (or `npm run dev`)

# Build packages
$ yarn build (or `npm run build`)

About

Client to NoSQL Databases with ElectronJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published