https://github.com/harish-sethuraman/terminal-clone
Terminal Clone
https://github.com/harish-sethuraman/terminal-clone
clones microfrontends module-federation react webpack
Last synced: about 2 months ago
JSON representation
Terminal Clone
- Host: GitHub
- URL: https://github.com/harish-sethuraman/terminal-clone
- Owner: harish-sethuraman
- Created: 2021-06-01T13:25:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T19:02:29.000Z (over 3 years ago)
- Last Synced: 2025-02-07T20:51:31.910Z (3 months ago)
- Topics: clones, microfrontends, module-federation, react, webpack
- Language: JavaScript
- Homepage: https://terminal-clone.netlify.app
- Size: 327 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terminal Clone
A Directory management system clone that allows creation and deletion of files and folders. Exposes a remoteEntry that is being consumed by [clones.strek.in](https://clones.strek.in).## Development
To start developing follow these steps
- Clone the repo
- cd into the repo
- run `yarn install` or `yarn`
- run `yarn start` to start the development server
- open `localhost:1236` in browserRunning `yarn start` exposes a remoteEntry file as well which can be consumed in other apps via moduleFederation
### outcome
Implemented a GUI based tree that allows creation, deletion and traversal of nodes. Also exposed a remoteEntry to allow [clones.strek.in](https://clones.strek.in) to use it as micro frontend.Demo: https://terminal.strek.in/
Used inside: https://clones.strek.in