This is a starter kit for developing with gulp (http://gulpjs.com/), babel (https://babeljs.io) and react (https://facebook.github.io/react/)
- React (JavaScript library for building user interfaces)
- Gulp (JavaScript streaming build system and task automation)
- Babel (JavaScript compiler that turns ES6+ code into ES5 friendly code)
- BrowserSync (Lightweight HTTP server for development)
$ git clone https://github.com/watzak/gulp-babel-react-starter-kit.git
$ cd gulp-babel-react-starter-kit
$ sudo npm install -g gulp-cli # Install gulp commandline globally
$ sudo npm install # Install dependencies
$ npm run build # or, gulp default
Automatically opens localhost:3000
to view the project.
error: emfile, open 'node_modules/react/package.json
$ ulimit -n 2560
# Resolves the issue for me on OSX