Skip to content

The fullstack application boilerplate for Adonisjs with Electron

Notifications You must be signed in to change notification settings

Windastella/adonis-electron

Repository files navigation

Adonis Electron fullstack application

This is the fullstack boilerplate for AdonisJs with Electron, it comes pre-configured with.

  1. Bodyparser
  2. Session
  3. Authentication
  4. Web security middleware
  5. CORS
  6. Edge template engine
  7. Lucid ORM
  8. Migrations and seeds
  9. Electron

Setup

  1. Manually clone the repo and then run npm install.
  2. Copy .env.example and rename into .env, fill in the environment

Migrations

Run the following command to run startup migrations.

adonis migration:run

Development

Run the following commant to start development/

npm start

About

The fullstack application boilerplate for Adonisjs with Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published