Posts

React Bootstrap

React Bootstrap Installation        $ npm install react-bootstrap bootstrap  Free Themes for Bootstrap       - Customized Bootstrap Themes       https://bootswatch.com/  Download Lux       - bootstrap.min.css       - paste inside src folder  index.js       import './bootstrap.min.css'  Encountered an error "Internal Watch Failed"       Fixed by:       $ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p  React Bootstrap Installation only       $ npm install react-bootstrap