nsdnwe / react-webpack-babel-bootstrap-menu-template

Simple React Webpack Babel Starter kit including Bootstrap menu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-webpack-babel-bootstrap-menu-template

Simple React Webpack Babel Starter Kit including Bootstrap menu in index.html

What's in it?

  • 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.

To run

  • You'll need to have git and node installed in your system.
  • Fork and clone the project:
> $ git clone THIS_REPO_URL
  • Then install the dependencies:
> $ npm install
  • Run development server:
> $ npm start

Open the web browser to http://localhost:8888/

To build the production package

> $ npm run build

To change bootstrap theme

Contribute

http://www.nsd.fi

About

Simple React Webpack Babel Starter kit including Bootstrap menu

License:MIT License


Languages

Language:JavaScript 91.9%Language:HTML 7.4%Language:CSS 0.8%