This playground app integrates the following libraries:
and implements the following:
- Compiles and concatenates JS/JSX
- Transpiles ES6 to ES5
- Compiles and concatenates LESS
- Watch and Livereload support
- Make sure you have python 2.7 installed and it's in your
$PATH
git clone git@github.com:moroshko/react-playground.git
cd react-playground
npm install
gulp
- Open
dist/index.html
in your favourite browser
gulp build:prod