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

https://github.com/solarrust/dandelion

Dandelion seed landing page
https://github.com/solarrust/dandelion

Last synced: 2 months ago
JSON representation

Dandelion seed landing page

Awesome Lists containing this project

README

          

# Starter

**Шаблон проекта для быстрого старта.**

## Старт проекта

#### 1. Установить зависимости:

с помощью yarn (быстрее)

```
yarn install
```

или с помощью npm (медленнее):

```
npm install
```

#### 2. Запустить Gulp для разработки:

```
npm start
```

#### 3. Открыть следующий URL - [`http://localhost:9000/`](http://localhost:9000/).

## Команды

#### Запустить проект для разработки:

```
npm start
```

#### Собрать проект для продакшена:

```
npm run build -production
```

#### Создание архива `build.zip` для продакшена:

```
npm run zip
```