Skip to content

kayvank/frisby-study-guide

Repository files navigation

learn monads

Frisby-study-guide

my workbook for the Professor Frisby's mostly-adequate-guide Additionally I am using ava and ramda

Getting started

These instruction will get you a copy of the project up & running on your local machine for development and testing purposes.

Prerequisites

Following installs are assumed:

Installing

git clone [email protected]:kayvank/frisby-study-guide.git
cd frisby-study-guide
npm install
./node_modules/.bin/gulp test ## runs the tests

Running the tests

There are 2 mothodes to run the automated tests:

  • npm
  • gulp

npm

using the npm is the quickest & simplest way:

npm run test:watch

gulp

use gulp if you're interested in running lint & babel against the project

./node_modules/.bin/gulp 
### or ###
./node_modules/.bin/gulp watch

Acknowledgments

About

my study workbook for Professor Frisby's Functional programming book in Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published