nsdnwe / redux-basic-template

Simple Redux template, including React, Webpack and Babel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redux-basic-template

Simple Redux template, including:

  • React
  • Webpack
  • Babel

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 the latest version of 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

Contribute

http://www.nsd.fi

About

Simple Redux template, including React, Webpack and Babel

License:MIT License


Languages

Language:JavaScript 96.0%Language:HTML 2.9%Language:CSS 1.1%