I am new to ReactJs, I have bootstrap.min.js, jquery.min.js, etc static file in my assets folder. I have to add those file to my ReactJs App, I had tried but it's not working.
I had added the below code to the index.html but it's not working
<script src="./assets/js/jquery.min.js"></script>
<script src="./assets/js/bootstrap4.min.js"></script>
<script src="./assets/js/vendor/Chart.bundle.min.js"></script>
npm install bootstrap jquery --saveand use them in your app.