ohgosch / pmweb-labs-client

Client version of Labs System Edit Add topics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pmweb Labs

This is a system for show metrics.

Getting Started

Language

To run our scripts we use the Node.js (>=5.6.0)

Access main page of Node.js to Install in your computer.

Package Manager

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

Setting Up

npm install

or

yarn install

Watch Project

npm run watch

or

yarn watch

Compile files for dev

Don't minify files.

npm run dev

or

yarn dev

Compile files for production

Minify files.

npm run build

or

yarn build

About

Client version of Labs System Edit Add topics


Languages

Language:CSS 62.6%Language:JavaScript 30.6%Language:HTML 6.8%