Source code repository for a tutorial on how to create terminals in browser.
You can directly jump in source-code. It's commented.
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
-
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
Important: Don't forget to change server address in ./client/src/index.js
MIT - Sai Sandeep Vaddi