1.0.0 • Published 9 years ago

react-webpack-livereload v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

Intro

A React barebone app with Webpack && Gulp_ Livereload for you.

Usage

  1. Clone to your directory.

    .. code:: sh

    git clone https://github.com/Rykka/react-webpack-livereload.git
  1. Install missing components

    .. code:: sh

    cd react-webpack-livereload
    npm install
  2. Start Server

    .. code:: sh

    gulp watch
  3. Edit the files and structures as you like :)

.. _Webpack: http://webpack.github.io/ .. _Gulp: http://gulpjs.com/ .. _React: http://facebook.github.io/react/