Kartikeyyadav7 / js_terminal

A browser terminal made using xterm.js

Home Page:https://js-terminal.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS Terminal

This is a browser terminal made with xterm.js

Run Locally

Clone the project

  git clone https://github.com/Kartikeyyadav7/js_terminal.git

Go to the project directory

  cd js_terminal

Go to the client directory and install the dependencies

  npm install

Go to the server directory and install the dependencies

Before installing the dependencies for the server, you need to have python installed

  npm install

Start the client and the server

  npm run start

Demo

https://js-terminal.netlify.app/

About

A browser terminal made using xterm.js

https://js-terminal.netlify.app/


Languages

Language:JavaScript 88.5%Language:HTML 11.5%