Skip to content

Quickstart

Create a fresh remix-adonisjs project using the Remix starter template:

npm init adonisjs@latest -- -K="github:jarle/remix-starter-kit"

You should now be able to start building! Just jump into your new folder and start the dev server with npm run dev.

The project follows the conventional AdonisJS structure, with the Remix application being placed in resources/remix_app.

A good next step could be to follow our guide on how to build a login flow for your new application.

For implementation details/reference, refer to the official documentation for the two frameworks: