Skip to content

Interacting browser with local terminal using Express JS and 'node-cmd'.

Notifications You must be signed in to change notification settings

tdshivendran/web_terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Terminal

Intro

The stack consists of:

  • Backend: Express server communicating with the terminal
  • Front-end: Build version of React JS served by Express Server.

The Express server uses node-cmd to allow for commandline or terminal interface and run cli or bash style commands.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

  1. Clone the repository on your local machine
git clone https://github.com/tdshivendran/web_terminal.git
  1. Install necessary dependencies for the app
npm install
  1. Build the front end
npm run build
  1. Run the Express server
node server.js

The app is served at http://localhost:3005/.

Authors

Created by Shivendran.

About

Interacting browser with local terminal using Express JS and 'node-cmd'.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published