0
votes

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

2 Answers

2
votes

After searching and reading many similar posts I found the asnwer. It needs to be installed three dependencies. npm i bootstrap react-bootstrap @types/react-bootstrap

I hope it helps somebody