Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 924 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 924 Bytes

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.