Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yosh1/coding-template
- Owner: yosh1
- Created: 2019-08-16T02:14:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T06:34:22.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T09:39:42.480Z (2 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
[![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
````