Skip to content

askomarov/todo_test

Repository files navigation

Quick start instructions

To get started, you must have the following installed:

  • Node.js
  • Gulp
  • Npm

Основные команды для работы

  • installation - npm i
  • Starting a local server- gulp
  • Building a project without starting a local server - npm run build
  • Запуск тестирования на соответствия код-гайдам - npm test

All development is carried out in the directory source

The resulting code gets into the directory build