This is a system for show metrics.
To run our scripts we use the Node.js (>=5.6.0)
Access main page of Node.js to Install in your computer.
To manage our dependencies we can use Yarn or NPM.
NPM npm will probably be installed along with Node. You can test with the following command:
npm -v
If you want use Yarn, follow the command:
sudo npm install -g yarn
npm install
or
yarn install
npm run watch
or
yarn watch
Don't minify files.
npm run dev
or
yarn dev
Minify files.
npm run build
or
yarn build