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
yarnornpm installin order to install dependencies. - Run
npm startand open the example app athttp://localhost:3000.