pawar-2018 / calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Dev Setup

From a terminal, run:

  1. npm install - installs gulp for processing .scss files
  2. gulp - watches for changes to sass/index.scss and updates css/index.css

A simple way to serve the site (if you have Python installed, which you probably do):

In another terminal window, run python -m SimpleHTTPServer from the project root.

About


Languages

Language:JavaScript 69.0%Language:CSS 22.2%Language:HTML 8.8%