Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nareshbhatia/react-router-nested-layouts
React Router nested layouts
https://github.com/nareshbhatia/react-router-nested-layouts
Last synced: about 6 hours ago
JSON representation
React Router nested layouts
- Host: GitHub
- URL: https://github.com/nareshbhatia/react-router-nested-layouts
- Owner: nareshbhatia
- Created: 2024-07-01T06:00:08.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T15:01:50.000Z (4 months ago)
- Last Synced: 2024-07-05T17:04:29.347Z (4 months ago)
- Language: TypeScript
- Homepage: https://react-router-nested-layouts.vercel.app
- Size: 209 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Router Nested Layouts
![Screenshot](assets/screenshot.png)
Live demo: https://react-router-nested-layouts.vercel.app/
This repository shows how to nest layouts using React Router.
## Development Build
```shell
npm ci
npm run dev
```Now point your browser to http://localhost:3000
## Production Build
```shell
npm ci
npm run build
npm run preview
```