Simple React Webpack Babel Starter Kit including Bootstrap menu in index.html
- Simple src/index.jsx and src/index.css (local module css).
- Webpack configuration for development (with hot reloading) and production (with minification).
- Global css in ./global/styles.css
- Both js(x) and css hot loaded during development.
> $ git clone THIS_REPO_URL
- Then install the dependencies:
> $ npm install
- Run development server:
> $ npm start
Open the web browser to http://localhost:8888/
> $ npm run build
- Select a new one from https://www.bootstrapcdn.com/bootswatch
- Replace paper/bootstrap.min.cs line with the new one in index.html