remix-run/react-router-templates/minimal

A minimal template for experimenting with React Router v7.

reactreact-routertypescripttailwindcss
Loading...
node

Welcome to React Router!

A minimal template for experimenting with React Router v7.

Open in StackBlitz

![NOTE] This template should not be used for production apps and is intended more for experimentation and demo applications. Please see the default template for a more full-featured template.

Getting Started

Installation

Install the dependencies:

npm install

Development

Start the development server with HMR:

npm run dev

Your application will be available at http://localhost:5173.


Built with ❤️ using React Router.