0.0.3 • Published 7 years ago

nsdnwe-npm2 v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

react-webpack-babel-template

Simple React Webpack Babel Starter Kit

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

Contribute

http://www.nsd.fi