Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martinpham/quick-legacy-boilerplate


https://github.com/martinpham/quick-legacy-boilerplate

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Quick Legacy Boilerplate

Quick boilerplate for legacy projects

- ES
- SCSS
- SSI
- BrowserSync

***Install dependencies***

```
yarn
```

***Run Gulp***

```
gulp
```

***Inline CSS***

```
gulp --inline-css
```

***Build HTML***

```
gulp --build-html
```

***Build Inline Email***

```
gulp --inline-css --build-html
```