Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```