This is a small component that could serve as a bootstrap for a react project, it uses browserify, jest, gulp with a livereload server, reactjs, stylus, and an animation from the velocity ui pack
npm install
# Run jest tests
gulp test
# Build output and then start a live reload localserver at http://localhost
gulp server
This is a modified version from a frontend bootstrap project, https://github.com/andrew-codes/react-jest-browserify-gulp-bootstrap