Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yosh1/coding-template

using babel, gulp / gulp-sass, browser-sync, git-cz / commitizen and so.
https://github.com/yosh1/coding-template

babel browser-sync commitizen docker es6 git-cz gulp html scss template

Last synced: 8 days ago
JSON representation

using babel, gulp / gulp-sass, browser-sync, git-cz / commitizen and so.

Awesome Lists containing this project

README

        

# Coding Template for HTML / SCSS / ES6

[![Netlify Status](https://api.netlify.com/api/v1/badges/8355ba17-5fbc-461e-a5c6-7c8a5fda8481/deploy-status)](https://app.netlify.com/sites/coding-template/deploys)

---

## How to run

`gulp / gulp-sass` → `browser-sync`

```
$ npm i
$ npm run start
```

## Deploy

`gulp / gulp-sass`

```
$ npm run build
```

### If you use `Netlify`

| Deploy dir | Deploy command |
|:---:|:---:|
| `dist/` | `npm run build` |

## Git commit

`git-cz / commitizen`

```
$ git add .
$ npm run commit
$ git push
````