/cyclejs-starter

Cycle.js starter template with ES6 and live reload.

Primary LanguageJavaScript

#Cycle.js starter template

This is a simple starter template for Cycle.js apps. Also, it is xstream ready!

Installing

From the command line:

git clone https://github.com/andreloureiro/cyclejs-starter && cd cyclejs-starter && npm run start

Usage

Development

You can start a local server at http://localhost:8080 for your application with npm run serve. It uses Webpack and provides live reloading out of the box.

Production

Build a production ready version of your app into dist/bundle.js using npm run build.

Utils

License

MIT