Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xnimorz/hh-school-js


https://github.com/xnimorz/hh-school-js

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# hh-school-html
[Demo](http://leonidfeskov.github.io/hh-school-html/)

## Установка
* Установите [Node.js](https://nodejs.org/en/download/)
`brew install node`
* Установите [yarn](https://yarnpkg.com/lang/en/docs/install/)
`brew install yarn`
* Установите [parcel](https://parceljs.org)
`yarn global add parcel-bundler`
* Установите зависимости проекта `yarn install`

## Для разработки:
`yarn dev`

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

## Сборка:
`yarn build`

## Деплой на gh-pages:
`yarn deploy`