I want to try using bootstrap template in React. I imported all the CSS files in my component page.

But I am unable to use the JavaScript files. I imported them in public/index.html inside the body. To work properly what should I do ?
I tried this for CSS. CSS is working fine
I tried adding jS here,but did not work
import. See here: stackoverflow.com/questions/43722322/…