Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kyle-schwartz-yang/stopwar

Разработка 💤
https://github.com/kyle-schwartz-yang/stopwar

gulp javascript swiper webpack

Last synced: 21 days ago
JSON representation

Разработка 💤

Awesome Lists containing this project

README

        

# Project name: "Stop war"

### 📄 Description

- Умеренная разметка.
- Базовый Javascript
- Адаптивная структура.
- Базовый дизайн, изначально непродуманный.
- Слабый цветовая палитра...

## 🐸 Technologies
```bash
gulp/webpack, html, js, scss, swiper
```
## 🆘 Command
```bash
# Запустить проект: -- Режим разработчика
gulp || gulp developer

# Запустить проект: -- Режим продакшин
gulp build

# Собрать проекте в ZIP (Share)
gulp createZIP

# Cобрать svg ( Необходимость )
gulp sprite

# Отправить на сервер (необходимость в доп. настройки)
gulp fileTransfer
```

## 🚥 Installation (default)
```bash
# Клонирование репозитория
git clone https://github.com/your-username/your-repository.git

# Переход в каталог проекта
cd your-repository

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