Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anton-drobot/frontend-boilerplate
https://github.com/anton-drobot/frontend-boilerplate
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anton-drobot/frontend-boilerplate
- Owner: anton-drobot
- Created: 2015-04-02T20:32:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T23:24:56.000Z (over 8 years ago)
- Last Synced: 2023-02-28T10:41:55.659Z (almost 2 years ago)
- Language: CSS
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Frontend Boilerplate
**Шаблон проекта для быстрого старта.**## Старт проекта
* Установи `gulp` глобально:
```bash
npm i -g gulp
```* Установи зависимости:
```
npm i
```* Запусти Gulp.js:
```
gulp --debug
```* Сборка в папку `dist`
```
gulp build
```* Открой в браузере [`http://localhost:9000/`](http://localhost:9000/).