This is an example Motorcycle.js solution.
All side-effects take place in what we know as drivers
, at the very edge of
our applications to keep our main()
function pure. All functionality is out
of the box with the only exception of the 'fetch' driver to grab from the mock
API.
$ npm install
$ npm start
Open your browser to http://localhost:3474