alexlobera / universal-create-react-app

43 stars 23 forks source link

adding bootstrap css link #6

Open saadb opened 6 years ago

saadb commented 6 years ago

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?

saadb commented 6 years ago

I figured it out. Added the CDN link to render.js after the ${CSS} template literal, it works greate!