Tasks for JS mentoring.
- Git
- NodeJS 8 or higher (10 is preffered)
$> git clone https://git.epam.com/Dzmitry_Shaplyka/js-mentoring-program.git
$> cd js-mentoring-program
$> npm install
Materials are stored in in the 'Materials' folder.
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)