/dataphi-challenge

Primary LanguageJavaScriptMIT LicenseMIT

Instructions

  1. Clone this repository on your system or download the zip and extract it.
  2. Make sure you have npm installed on your system and then run the following command.
npm install

Note: please run steps 3 and/or 4 only when step 2 has been successfully completed 3. To run the src build, run the command.

gulp serve
  1. To run the dist build, run the command.
gulp serve:dist