A location-aware Sidebar based on React and React Router
This application provides a simple interface for a Sidebar
navigation system which makes use of the React Compound Component pattern.
- Clone this repo using
git clone https://github.com/riourbana/react-sidebar-layout
- Move to the appropriate directory:
cd react-sidebar-layout
. - Run
yarn
ornpm install
in order to install dependencies. - Run
npm start
and open the example app athttp://localhost:3000
.