Skip to content

A test project utilising node.js with Lodash, Rambda and VanillaJS

Notifications You must be signed in to change notification settings

HcroakerDev/FunctionalNode.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A simple project that demonstrates the usage of Lodash, Ramda (A functional JS library) and VanillaJS utilizing Node.js and Yarn Package Manager.

Prerequisites

Install node.js

Install yarn

Getting Started

  1. Clone this repository

  2. Go into the project

    $ cd SaifulTestProject

  3. Install dependencies

    $ yarn

  4. Run index.js using script defined in package.json

    $ yarn dev

How was this project created?

  1. Make directory

    $ mkdir SaifulTestProject

  2. Init project and follow prompts

    $ yarn init

  3. Install dependencies (automatically added to package.json)

    $ yarn add lodash

  4. Create index.js, create your code and run it :D

    $ node index.js

About

A test project utilising node.js with Lodash, Rambda and VanillaJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published