Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 628 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 628 Bytes

web-template

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.

Getting started

  • Run: npm install (requires NodeJs)
  • Open: web-template/dist/index.html at your favorite browser.

Build

  • Run: sh build.sh
  • Edit paths at gulpfile.js

Deploy

  • Run: sh deploy.sh
  • Update the branch & ssh connection at deploy.sh file.

Create new view

  • Method to create a new view with all needed files (html,css,js).
  • Run: sh cv.sh