Skip to content

alvar91/hh-school-html

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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