siafg-bg
Getting Started
Dependencies
- Node & npm
- Gulp 4
Installation
- If you haven't already, use nvm to install node and npm
- If you haven't already, globally install the gulp command line tools:
npm install --global gulp-cli
- Clone this repo
- In the project folder, install the node package dependencies:
npm install
Development
Run the default Gulp task (gulp
or gulp default
) in the project root to compile all files, watch for future changes, and start up Browsersync.