After seeing many post I couldn't figure it out how to proper install Bootstrap for a Next.Js Typescript app. It's the first time I am going to use Bootstrap with Typescript and I am not sure how to do it. I saw those commands: npm i bootstrap, npm i react-bootstrap, npm install @types/bootstrap, I wonder if I should use these three or there is no need for some of them. Thanks in advance.
2 Answers
2
votes
0
votes
This might work:
npm install bootstrap@next
https://medium.com/frontendweb/how-to-add-bootstrap-in-next-js-de997371fd9c