Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/poshaughnessy/es6-react-isomorphic-starter-template
- Owner: poshaughnessy
- Created: 2015-04-01T12:17:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-16T11:08:45.000Z (over 9 years ago)
- Last Synced: 2024-10-04T17:35:09.952Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://es6-react-isomorphic-demo.herokuapp.com/
- Size: 773 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.