A quick template for creating a website using scss and bootstrap
- Also providing a
github&ssh(ftpcoming soon) deploy script. - Build script to create a minified compressed publish (dist) folder.
- Run:
npm install(requires NodeJs) - Open:
web-template/dist/index.htmlat your favorite browser.
- Run:
sh build.sh - Edit paths at gulpfile.js
- Run:
sh deploy.sh - Update the branch & ssh connection at
deploy.shfile.
- Method to create a new view with all needed files (html,css,js).
- Run:
sh cv.sh