fugazi-io / webclient

web based terminal application for executing local and remote commands
http://fugazi.io
28 stars 12 forks source link

add npm start #24

Closed wildeyes closed 7 years ago

wildeyes commented 7 years ago

the following commands are needed to setup the project and run it:

cd webclient;
npm i;
tsc -p scripts;
tsc -p modules/scripts;
python -m SimpleHTTPServer #or anything else to serve static files
nitzantomer commented 7 years ago

This PR: https://github.com/fugazi-io/webclient/pull/25 added both script compilations to the npm package. There's nothing for serving the static files yet