Adonis-Starter is a starter kit that let you begin to build an Adonis application with authentication and assets pipeline out of the box. 🚀
It's recommended to use the adonis-cli to install this blueprint.
$ adonis new yardstick --blueprint=romainlanz/adonis-starter
Then it's done you need to remember to first build the assets by running npm run build:dev
.