Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 542 Bytes

File metadata and controls

11 lines (9 loc) · 542 Bytes

react-sidebar-layout

A location-aware Sidebar based on React and React Router

Introduction

This application provides a simple interface for a Sidebar navigation system which makes use of the React Compound Component pattern.

Quick start

  1. Clone this repo using git clone https://github.com/riourbana/react-sidebar-layout
  2. Move to the appropriate directory: cd react-sidebar-layout.
  3. Run yarn or npm install in order to install dependencies.
  4. Run npm start and open the example app at http://localhost:3000.