Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 403 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 403 Bytes

propromo.dev

Project Setup

This project uses gulp as its build system.

  • Install gulp: $ npm install -g gulp
  1. Install dependencies: $ npm install
  2. Build and run: $ gulp watch

Testing

This project usings mocha for unit testing. Install mocha:

  • $ npm install -g mocha

To compile and test run:

  • $ gulp && mocha