0.2.0 • Published 4 years ago
@eclecticlly/tata v0.2.0
TATA Stack
TATA Stack is the equivalent of TALL Stack
TailwindCSS Alpinejs Typescript Adonis
Install it with
npm i -g @eclecticlly/tata
Create an Adonis Web Application with
npm npm init adonis-ts-app [your-app-name]
and select Web Application as the type (I also suggest to pick eslint and prettier)
then cd in the project and execute
tata
And that's it! You can run the project in development executing
node ace mix:watch
node ace serve --watch