This is the fullstack boilerplate for AdonisJs with Electron, it comes pre-configured with.
- Bodyparser
- Session
- Authentication
- Web security middleware
- CORS
- Edge template engine
- Lucid ORM
- Migrations and seeds
- Electron
- Manually clone the repo and then run
npm install
. - Copy .env.example and rename into .env, fill in the environment
Run the following command to run startup migrations.
adonis migration:run
Run the following commant to start development/
npm start