Skip to content
/ coding-template Public template

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

Notifications You must be signed in to change notification settings

yosh1/coding-template

Repository files navigation

Coding Template for HTML / SCSS / ES6

Netlify Status


How to run

gulp / gulp-sassbrowser-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