Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 195 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 195 Bytes

Test app

# Установка зависимостей
npm install

# Запуск дев-сервера на localhost:3000
npm run dev

# Сборка в бандл
npm run build