t2-stat-parser/app/webapp
2020-04-05 11:39:03 -04:00
..
app/Controllers/Http init base game view/controller 2020-04-05 11:38:41 -04:00
config init base frontend 2020-03-29 11:31:16 -04:00
public init base frontend 2020-03-29 11:31:16 -04:00
resources Dont display players with 0 totalGames 2020-04-05 11:39:03 -04:00
start init base frontend 2020-03-29 11:31:16 -04:00
.babelrc init base frontend 2020-03-29 11:31:16 -04:00
.editorconfig init base frontend 2020-03-29 11:31:16 -04:00
.gitignore init base frontend 2020-03-29 11:31:16 -04:00
ace init base frontend 2020-03-29 11:31:16 -04:00
babel-plugin-macros.config.js init base frontend 2020-03-29 11:31:16 -04:00
ecosystem._DEV_.config.js init base frontend 2020-03-29 11:31:16 -04:00
ecosystem._DEV_HOT_.config.js init base frontend 2020-03-29 11:31:16 -04:00
ecosystem._PROD_.config.js init base frontend 2020-03-29 11:31:16 -04:00
package-lock.json add recharts 2020-04-04 11:20:33 -04:00
package.json add recharts 2020-04-04 11:20:33 -04:00
README.md init base frontend 2020-03-29 11:31:16 -04:00
server.js init base frontend 2020-03-29 11:31:16 -04:00
tailwind.config.js init base frontend 2020-03-29 11:31:16 -04:00
webpack.mix.js init base frontend 2020-03-29 11:31:16 -04:00

Adonis Slim App

The Adonis slim app is the tinest boilerplate to create Adonisjs applications with minimal footprint and you get all the goodies of Adonis IoC container, autoloading, ace commands etc.

What's next?

This project structure can scale as you go, simply execute the ace commands to create Controllers, Models, etc for you.

Also make sure to read the guides