Skip to content

ohgosch/pmweb-labs-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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