- Clone this repository on your system or download the zip and extract it.
- 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
- To run the
dist
build, run the command.
gulp serve:dist