Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 805 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 805 Bytes

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.