Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

peter-rybar/prest-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pREST Project

pREST project skeleton - client and server side web app based on JsonML technolgy.

Install dependences

npm install

Build project distribution

npm run dist

Run production server

npm run server:cluster

or

npm run server:pm2

Clean project

npm run clean

Purge project

npm run clean:all