Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinpham/quick-legacy-boilerplate
https://github.com/martinpham/quick-legacy-boilerplate
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinpham/quick-legacy-boilerplate
- Owner: MartinPham
- Created: 2019-07-13T22:18:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:30:12.000Z (about 2 years ago)
- Last Synced: 2023-03-07T14:05:53.533Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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
```