Skip to content

saisandeepvaddi/how-to-create-web-terminals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Server

    1. cd ./server
    2. npm install (or) yarn install
    3. npm run start (or) yarn start
  2. Client

    1. cd ./client
    2. npm install (or) yarn install
    3. npm run start (or) yarn start

Important: Don't forget to change server address in ./client/src/index.js

License

MIT - Sai Sandeep Vaddi

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published