Skip to content

razroo/react-router-test-before

Repository files navigation

React Router Starter

A modern React Router starter application built with Vite, TypeScript, and React Router v7.

Features

  • React 18 - Latest version of React
  • React Router v7 - Modern routing solution
  • TypeScript - Type safety and better developer experience
  • Vite - Fast build tool and dev server
  • ESLint - Code linting and formatting

Getting Started

Installation

npm install

Development

npm run dev

Open http://localhost:5173 in your browser.

Build

npm run build

Preview Production Build

npm run preview

Project Structure

react-router-starter/
├── src/
│   ├── pages/
│   │   ├── Home.tsx
│   │   ├── About.tsx
│   │   ├── Contact.tsx
│   │   └── NotFound.tsx
│   ├── App.tsx
│   ├── App.css
│   ├── main.tsx
│   └── index.css
├── index.html
├── package.json
├── tsconfig.json
├── vite.config.ts
└── README.md

Routes

  • / - Home page
  • /about - About page
  • /contact - Contact page
  • * - 404 Not Found page

License

MIT

About

Claude Code Standalone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published