Home

Awesome

isomorphic-js

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:

License

Apache License