/calculator

Primary LanguageJavaScript

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.