Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/poshaughnessy/es6-react-isomorphic-starter-template

A simple little ES6 (EcmaScript 2015) isomorphic project template for React, Babel, Browserify and Gulp
https://github.com/poshaughnessy/es6-react-isomorphic-starter-template

Last synced: 22 days ago
JSON representation

A simple little ES6 (EcmaScript 2015) isomorphic project template for React, Babel, Browserify and Gulp

Awesome Lists containing this project

README

        

# ES6 Isomorphic React Starter Template

This is a simple little starting template for an [isomorphic](http://nerds.airbnb.com/isomorphic-javascript-future-web-apps/) ES6 (a.k.a. EcmaScript 2015) project, using:

* React
* Babel
* Browserify
* Babelify
* Sass
* Gulp
* Node
* Express

## Instructions

Just do `npm install` and type `gulp` to compile and run up the server. Then load up `localhost:8000` in the browser.

Gulp will watch for JS and SCSS changes and recompile, but it won't live-reload (I just prefer to Cmd+R).

Feel free to fork, copy or use however you like.

## See also

This is one of a collection of three ES6 starter templates. The others are:

* [Non-isomorphic version](https://github.com/poshaughnessy/es6-react-starter-template)
* [SystemJS version](https://github.com/poshaughnessy/es6-react-jspm-starter-template)

## Contact

Please [email me](mailto:[email protected]) or [tweet me](http://twitter.com/poshaughnessy)
if you have any comments/suggestions/questions.