import 'bootstrap/dist/css/bootstrap.min.css'; import styles from './index.scss'; import React from 'react'; export default class App extends React.Component { render() { return (
This React project just works including module local styles.
Global bootstrap css import works too as you can see on the following button.