Skip to content

RedTurtle/react-router-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Router Templates

You can quickly create a new React Router application from any of these templates using the create-react-router CLI.

npx create-react-router@latest --template redturtle/react-router-templates/<template-name>

Contributing

If you find a bug or want to make an improvement to one of the templates, please create an issue or create a PR.

Templates

Default template

A full-featured production-ready template with server-side rendering and the following stack:

  • Language: TypeScript (strict mode enabled)
  • Styling: TailwindCSS 4.x with Vite integration
  • Routing: File-System based routing auto-generated from the app/routes/ directory using @react-router/fs-routes
  • Testing:
    • Unit/Integration: Vitest (with happy-dom environment)
    • E2E: Playwright (Chrome, Firefox, Safari)
  • Code Quality: ESLint + Prettier, Stylelint with TailwindCSS rules
  • Build Tool: Vite with React Router dev plugin
  • Container: Docker (multi-stage build, Node 24-alpine)

Usage

npx create-react-router@latest --template redturtle/react-router-templates/default

About

React Router templates with the current company standards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors