universal-create-react-app
universal-create-react-app copied to clipboard
adding bootstrap css link
When using the create-react-app to create myapp I could add the css CDN for react-bootstrap/bootstarp to the public/index.html when I ejected myapp I thought I could the same as above, but the CSS is not applied to react component in /shared/app.js Where can I add CSS CDN as shown https://react-bootstrap.github.io/getting-started/introduction
Any ideas?
I figured it out. Added the CDN link to render.js after the ${CSS} template literal, it works greate!