how-to-create-web-terminals
Source code repository for a tutorial on how to create terminals in browser.
You can directly jump in source-code. It's commented.
Demo
Codesandboxes - Please refresh your browser if apps in codesandbox are hibernated.
Server - https://codesandbox.io/s/web-terminal-tutorial-server-g2ihu Client - https://codesandbox.io/s/web-terminal-turorial-client-sgjgg
How to run
-
Server
- cd ./server
- npm install (or) yarn install
- npm run start (or) yarn start
-
Client
- cd ./client
- npm install (or) yarn install
- npm run start (or) yarn start
./client/src/index.js
Important: Don't forget to change server address inLicense
MIT - Sai Sandeep Vaddi