Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harish-sethuraman/vscode-clone
A VS code clone
https://github.com/harish-sethuraman/vscode-clone
clones microfrontends module-federation react webpack
Last synced: about 2 months ago
JSON representation
A VS code clone
- Host: GitHub
- URL: https://github.com/harish-sethuraman/vscode-clone
- Owner: harish-sethuraman
- Created: 2021-05-10T18:43:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T18:55:43.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T17:29:55.137Z (8 months ago)
- Topics: clones, microfrontends, module-federation, react, webpack
- Language: JavaScript
- Homepage: https://vsclone.netlify.app
- Size: 806 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual Studio Code Clone
Visual Studio clone that includes monaco webpack plugin with basic highlighting for HTML, CSS, JavaScript and TypeScript. 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:1235` in browserRunning `yarn start` exposes a remoteEntry file as well which can be consumed in other apps via moduleFederation
### outcome
Tried out brotli compression instead of gzipDemo: https://vscode.strek.in/
Used inside: https://clones.strek.in