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: 4 months ago
JSON representation
using babel, gulp / gulp-sass, browser-sync, git-cz / commitizen and so.
- Host: GitHub
- URL: https://github.com/yosh1/coding-template
- Owner: yosh1
- Created: 2019-08-16T02:14:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T06:34:22.000Z (over 4 years ago)
- Last Synced: 2025-01-12T17:47:31.973Z (6 months ago)
- Topics: babel, browser-sync, commitizen, docker, es6, git-cz, gulp, html, scss, template
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coding Template for HTML / SCSS / ES6
[](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
````