Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 714 Bytes

File metadata and controls

21 lines (11 loc) · 714 Bytes

Basic server Shell CLI

This repository complements the React CLI Component, allowing users to host their customizable filesystems online. This server-side implementation, built using Socket.io, enables the "WebSocket Support" branch of the CLI component to communicate with remote filesystems, facilitating real-time interactions and file management.

It offers a basic fully editable filesystem and 4 basic shell commands like: cd, ls, cat, help

Installation

  1. Clone the repository:

    git clone https://github.com/Pervolarakis/basic-server-shell-react-cli.git

  2. Install dependencies:

    npm install

  3. Run server using:

    npm run dev