Remix framework starter repository 🐢
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.