Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 858 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 858 Bytes

sf-node-example-array

This is example npm module for skillfactory training

Prerequisites

This project requires NodeJS (version 12 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.

$ npm -v && node -v
8.5.1
v12.22.9

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installation

BEFORE YOU INSTALL: please read the prerequisites

To install and set up the library, run:

$ npm install node_example_array_sf

Or if you prefer using Yarn:

$ yarn add --dev node_example_array_sf