Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
 
 
 
 

README.md

This is a Web Terminal application.

Only need a few steps to run this applicaiton:

First, please start vagrant up in base directory:

vagrant up

Second, connect to the vagrant vis ssh:

vagrant ssh

Third, use nodemon to run the app:

sudo su
cd /vagrant/app
nodemon app.js

Visit the url http://localhost:3000 in your browser, then the dropdown list should be displayed.

About

No description, website, or topics provided.

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.