Skip to content

nsdnwe/react-webpack-babel-template

Repository files navigation

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

About

Simple React Webpack Babel Starter Kit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published