tools/README.md

This directory contains JavaScript build tools.

Setup

You need nodejs and npm package manager.

Use npm for packages manager.

This will automatically install packages and dependencies from package.json.

npm install

Before going to next step install gulp-cli

sudo npm i --global gulp-cli

Gulp

Gulp is a toolkit for automating painful or time-consuming tasks in your development.

Compile JavaScript

To compile JavaScript just run

gulp

or

npm run build


PaskalSunari/semantic.dashboard-develop documentation built on Dec. 18, 2021, 6:41 a.m.