Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 857 Bytes

README.md

File metadata and controls

35 lines (17 loc) · 857 Bytes

#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