enricopolanski/functional-programming

Add instructions to run the examples

nicoabie opened this issue · 3 comments

Add instructions to run the examples

Hi @nicoabie, why do you feel there should be instructions to run the examples?

It is up to the user to run those in the environment they prefer or export the functions to run them in other code.

Hi @enricopolanski yes, given the fact that there is a package.json that list the dependencies and a tsconfig the project is runnable but there are no instructions.
Maybe adding to the scripts section to simply do npm run sampleN

I think the way to go then...would to remove the dependencies and not make the project runnable.

This content is intended to be reed, whoever reads the examples is actually invited to re-write them in his environment of choice.