adonis-starter
adonis-starter copied to clipboard
Adonis Framework Starter Kit with Authentication and Assets Pipeline :rocket:
Adonis Starter
Adonis-Starter is a starter kit that let you begin to build an Adonis application with authentication and assets pipeline out of the box. :rocket:
Getting Started
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
.