Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.25 KB

React Starterify

http://www.4front.io

A 4front starter template for React apps. Comes with a gulpfile.js preconfigured to handle:

Usage

Create a new 4front application from this repo:

4front create-app --template-url https://github.com/4front/react-starterify/archive/master.zip

Start the development sandbox server. This will automatically kick of the gulp watch task and open a browser window to your personal sandbox URL.

4front dev

Credits

This gist was very helpful when figuring out how to configure watchify, browserify, and babelify in the gulpfile. Still more complicated than I would like, but it works.

License

Licensed under the Apache License, Version 2.0. See (http://www.apache.org/licenses/LICENSE-2.0).