Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 599 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 599 Bytes

hh-school-html

Demo

Установка

  • Установите Node.js brew install node
  • Установите yarn brew install yarn
  • Установите parcel yarn global add parcel-bundler
  • Установите зависимости проекта yarn install

Для разработки:

yarn dev

откройте http://localhost:1234/

Сборка:

yarn build

Деплой на gh-pages:

yarn deploy