/template-webdev

Quick start web development: A template project using Sass, Browser Sync and running on a local server.

Primary LanguageJavaScript

template-webdev

Quick starting my/your/our web dev projects. Includes:

  • local webserver
  • sass to css
  • automatic browser refresh
  • tasks for optimizing assets for productions

I followed this neat tutorial.

requirements

Install Node.js and npm by following this guide

  • node -v to check that you have Node.js
  • npm -v to check that you have npm installed

setup

  1. Clone the repository and be inside the directory
  2. npm install gulp to install gulp
  3. gulp to compile sass to css, start local machine and watch on changes to html, js, css files

build

gulp build