Remix framework starter repository 🐢
Warning
Remix v3 is now going to be released as React Router v7!!
Details: https://remix.run/blog/merging-remix-and-react-router
I created a template for React Router v7 => https://github.com/wiyco/react-router-template
Environments | Languages | Linters | Frameworks | Libraries | Testing | CI/CD |
---|---|---|---|---|---|---|
node = ">=20.18"
npm = ">=10.9"
Tip
See .prototools
for more details.
Tip
See .env.example
for more details.
npm i
Important
After the initial installation (if the format-on-save feature is not working), restart VS Code (IDE).
Note
In the future, I want to migrate the Linter and Formatter from ESLint and Prettier configurations to Biome. However, I need to check compatibility by comparing the configuration options.
npm run dev
npm run lint
npm run format
npm run sb
npm run test
Tip
See scripts in package.json
for more details.