Skip to content

C-likethis123/ant-responsive-sidebar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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