# Clone the repo
git clone https://github.com/plasm/react-experiment-tabs
cd react-experiment-tabs
# Install dependencies
npm install
# To use global command `gulp`
npm install -g gulp
Runs an initial build, listens on your files changes, rebuilds them when necessary and automagically reloads the browser!
gulp watch