https://github.com/toxe/react-router
React Router example React app.
https://github.com/toxe/react-router
example react react-router styled-components
Last synced: 11 months ago
JSON representation
React Router example React app.
- Host: GitHub
- URL: https://github.com/toxe/react-router
- Owner: Toxe
- License: mit
- Created: 2020-08-05T12:22:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T15:39:00.000Z (about 1 year ago)
- Last Synced: 2025-02-03T22:38:01.612Z (12 months ago)
- Topics: example, react, react-router, styled-components
- Language: JavaScript
- Homepage:
- Size: 352 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Router Example
A simple React Router v6 example app. Uses styled-components for CSS.
## Dependencies
- Vite 6.0
- React 18.3
- react-router-dom 6.28
- styled-components 5.3
## Install
```shell
npm install
```
## Running development server
```shell
npm run dev
```
Open http://localhost:5173.
## Building and running a production version
```shell
npm run build
npm run preview
```
Open http://localhost:4173.
## Screenshots





