AdonisJS-Auth-Starter repo Minimal boilerplate for Adonisjs web app, configured with: @adonisjs/auth @adonisjs/lucid webpack-encore ESLint sqlite db phc-argon2 No css. Getting Started for ssh: git clone git@github.com:simonhlee97/adonisjs-auth-starter.git for HTTPS: git clone https://github.com/simonhlee97/adonisjs-auth-starter.git or download the zip file Then cd into your project, run npm install (or yarn). npm run dev or yarn dev and go to localhost:3333. AdonisJS Learning Resources: Adocasts AdonisMastery adonisjs official docs