isomorphic-js
March 19, 2016 ยท View on GitHub
A simple project template for developing isomorphic JavaScript application (Browserify).
Introduction
See:
Usage
If you need to modify the source code, please run $ npm install to install dependencies before editing the code.
Please open the main file src/index.js and modify the code. When finish it, please compile src/index.js with browserify.
$ gulp apps
The output file is dist/index.js.
More gulp tasks:
gulp watchfor watching file changesgulp browserfor openingdist/index.htmlin a browser and sync with browser
License
Apache License