/jivosite-test

Jivosite's test project built with Sass, Gulp, PostCSS

Primary LanguageJavaScript

Jivosite-test

Посмотреть

https://jivosite-test.netlify.com/

Подготовка

  1. Установить nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
  1. Установить lts-версию node.js
nvm install --lts

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

В корне папки

yarn

Запуск дев-режима

yarn start

Сбилдить проект

yarn build

Сделано на

  • Yarn — Fast, reliable, and secure dependency management.
  • Blendid — is a delicious stand-alone blend of tasks and build tools poured into Gulp to form a full-featured modern asset pipeline.
  • PostCSS — is a tool for transforming styles with JS plugins.