Skip to content

Commit

Permalink
Add starter kit for RR7
Browse files Browse the repository at this point in the history
  • Loading branch information
jarle authored Dec 17, 2024
1 parent a43910b commit b053a87
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@

## Quickstart

Create a fresh remix-adonisjs project using the [Remix starter template](https://github.com/jarle/remix-starter-kit):
Create a fresh remix-adonisjs project using the [Remix starter template](https://github.com/jarle/remix-starter-kit)

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

New React Router 7 support (still in beta):
```
npm init adonisjs@latest -- -K="github:jarle/remix-starter-kit#support-rr7"
```

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

Expand Down

0 comments on commit b053a87

Please sign in to comment.