- @adonisjs/auth
- @adonisjs/lucid
- webpack-encore
- ESLint
- sqlite db
- phc-argon2
- No css.
- 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
(oryarn
). npm run dev
oryarn dev
and go tolocalhost:3333
.