This is a demo repo to try out React Bootsrtap components and its dependencies. Currently it contains a few of sample components provided by the library.
Run yarn
. This will install the required dependencies
After the dependencies are installed, run yarn start
to start the app.
Run yarn build
to create a production build with minified code.
Run yarn analyze
to analyze the bundle size of the production build. It gives a elaborative view of different bundle sizes in their minimized format.