This is the fullstack boilerplate for AdonisJs + Bootstrap, it comes pre-configured with.
- Bodyparser
- Session
- Authentication
- Web security middleware
- CORS
- Edge template engine
- Lucid ORM
- Migrations and seeds
Customized
- Bootstrap
- jQuery
- Laravel-mix
- Autoprefixer
Manually clone the repo and then run npm install
.
Run npm run watch
to auto compile the changes the sass files and scripts while development
Run npm run production
to compile and minify the sass files and scripts for production