Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 519 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 519 Bytes

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. 🚀




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.