Skip to content

Files

Latest commit

 

History

History

motorcyclejs-solution

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Friend List - Motorcycle.js Solution

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.

To run

$ npm install
$ npm start

Open your browser to http://localhost:3474