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-logo] ![npm-logo] |
![ts-logo] ![sass-logo] |
![eslint-logo] ![stylelint-logo] ![prettier-logo] ![lefthook-logo] |
![vite-logo] ![remix-logo] |
![react-logo] ![tailwind-logo] ![zod-logo] ![rhf-logo] |
![vitest-logo] ![storybook-logo] |
![githubactions-logo] |
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.