- JSX as a runtime, usable everywhere in your app thanks to adonisjsx
- HTMX for hypermedia & progressive enhancement
- Tailwind CSS for styling
- Alpine.js for interactivity
- Shadcn/ui for UI components Example implementation only
- AdonisJS 6 for the server
- Preconfigured AdonisJs packages: Session, Shield, Lucid, Static, VineJs, Auth, Vite
# Install the package
npm init adonisjs@latest -- -K="britzdylan/adonis-hyper"
# Install dependencies
npm install
# Run the dev server
node ace serve --watch
please refer to the individual packages for more information on how to use them.
adonis-hyper is open-sourced software licensed under the MIT license.