Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

finanzcheck/tron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#T.R.O.N

##Development Run master in Development-Mode

NODE_ENV=development; ./master/bin/www

or use npm script

npm run master:dev

To build css and javascript use npm script

npm run build