#Cycle.js starter template
This is a simple starter template for Cycle.js apps. Also, it is xstream ready!
From the command line:
git clone https://github.com/andreloureiro/cyclejs-starter && cd cyclejs-starter && npm run start
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.
Build a production ready version of your app into dist/bundle.js
using npm run build
.
MIT