Simple react app with the following config:
- React, ReactDOM
- Webpack 4
- Babel with es2015 and react presets
- Bootstrap (css only, loaded from a cdn in
index.html
) - works with
.js
or.jsx
files - main
application.scss
stylesheet is imported inindex.js
as a module for hot reloading