Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 723 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 723 Bytes

ant-responsive-sidebar

Responsive SideBar This project demonstrates how to create a responsive sidebar with the Ant Design library as part of the Medium article Creating a Responsive Sidebar in Ant Design. Tech stack: React, Ant Design To see a demo, head over to: http://c-likethis123.github.io/ant-responsive-sidebar

Development

To run the project locally:

  1. Clone this repository
  2. yarn install to install dependencies
  3. yarn start to start the project running on localhost

Deployment

  1. yarn predeploy or yarn build to build the project
  2. yarn deploy to deploy the app to Github pages