A simple project that demonstrates the usage of Lodash, Ramda (A functional JS library) and VanillaJS utilizing Node.js and Yarn Package Manager.
Install node.js
Install yarn
-
Clone this repository
-
Go into the project
$ cd SaifulTestProject
-
Install dependencies
$ yarn
-
Run index.js using script defined in package.json
$ yarn dev
-
Make directory
$ mkdir SaifulTestProject
-
Init project and follow prompts
$ yarn init
-
Install dependencies (automatically added to package.json)
$ yarn add lodash
-
Create index.js, create your code and run it :D
$ node index.js