Skip to content

EternityTula/zulupool-frontend

 
 

Repository files navigation

ZulupoolFrontend

Installation

Установить NodeJS 16

https://github.com/nodesource/distributions/blob/master/README.md#deb

Получить исходный код

git clone https://github.com/EternityTula/zulupool-frontend
cd zulupool-frontend

Загрузка зависимостей

npm i

Сборка

задать адрес сайта в параметре --base-href в package.json.

Для сборки

npm run prod

Скопировать скомпилированный код

cp -r dist/zulupool-frontend/* target_path

Отладка

npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.5%
  • HTML 26.6%
  • Less 2.7%
  • JavaScript 1.2%