Skip to content

askomarov/creativeIdeas

Repository files navigation

Quick start instructions

To get started, you must have the following installed:

  • Node.js v.10.15.3
  • Gulp v4
  • npm last version

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

  • installation - npm i
  • Starting a local server- npm start
  • 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

2022-09-10_22-02