Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 479 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 479 Bytes

js-mentoring

Tasks for JS mentoring.

Requirements

  • Git
  • NodeJS 8 or higher (10 is preffered)

Setup

$> git clone https://git.epam.com/Dzmitry_Shaplyka/js-mentoring-program.git
$> cd js-mentoring-program
$> npm install

Materials

Materials are stored in in the 'Materials' folder.

Running tests

To run tests for each module, you can use the

$> npm run test:<task>

<task> is the name of your current theme (e.g. npm run test:arrays)