/learning-cyclejs

Working through the Cycle.js Fundamentals course from egghead.io

Primary LanguageJavaScript

Learning Cycle.js Fundamentals

Just a playground for learning the Cycle.js fundamentals from egghead.io: https://egghead.io/series/cycle-js-fundamentals

Setup

git clone git@github.com:rapind/learning-cyclejs.git
rm -rf learning-cyclejs/.git
cd learning-cyclejs
npm install

Running

npm start

Compiling the bundle.js

npm run prod