Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 549 Bytes

File metadata and controls

13 lines (7 loc) · 549 Bytes

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.

To start:

Run yarn. This will install the required dependencies

After the dependencies are installed, run yarn start to start the app.

Analyse production bundle

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.