piotrwitek / react-redux-typescript-jspm-starter

Futuristic, bundle-free, development environment for building Component-Driven SPA with React, Redux and TypeScript - powered by JSPM (SystemJS & Rollup with tree-shaking)
https://piotrwitek.github.io/react-redux-typescript-jspm-starter/
MIT License
231 stars 43 forks source link

How to include Bootstrap 4? #61

Closed jakub-astrahit closed 6 years ago

jakub-astrahit commented 6 years ago

Hi, thanks for this great repo, but what would be the best way to include Bootstrap 4 please? Add it to assets and then load in loader-styles.css?

piotrwitek commented 6 years ago

Hi, I would add to assets and reference from index.html using link tag

jakub-astrahit commented 6 years ago

Yep, it was that simple. Now I look like an idiot 🤣 Thanks for your fast response!