react-webpack-livereload
v1.0.0
Published
Intro =========
Downloads
2
Readme
Intro
A React_ barebone app with Webpack_ && Gulp_ Livereload for you.
Usage
Clone to your directory.
.. code:: sh
git clone https://github.com/Rykka/react-webpack-livereload.git
Install missing components
.. code:: sh
cd react-webpack-livereload npm install
Start Server
.. code:: sh
gulp watch
Edit the files and structures as you like :)
.. _Webpack: http://webpack.github.io/ .. _Gulp: http://gulpjs.com/ .. _React: http://facebook.github.io/react/