https://github.com/cemalgnlts/jside
A powerful code editor for web development that works completely offline with PWA support.
https://github.com/cemalgnlts/jside
code-editor esbuild ide offline-app pwa-app
Last synced: 3 months ago
JSON representation
A powerful code editor for web development that works completely offline with PWA support.
- Host: GitHub
- URL: https://github.com/cemalgnlts/jside
- Owner: cemalgnlts
- License: gpl-3.0
- Created: 2023-11-12T09:06:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-14T09:37:55.000Z (about 1 year ago)
- Last Synced: 2024-11-14T14:08:10.342Z (5 months ago)
- Topics: code-editor, esbuild, ide, offline-app, pwa-app
- Language: TypeScript
- Homepage: https://jside.vercel.app
- Size: 1.75 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSIDE
A powerful code editor for web development that works completely offline with PWA support.
## Why
To make it easier for you to compile your code without Linux and similar infrastructure, to compile your code only through the browser, to avoid problems when the internet connection is unstable, to get rid of long installation and configuration processes and for create prototype or production projects without performance problems.
## Features
* Code compiler & bundler.
* IntelliSense (type) support.
* Offline usage.
* Live preview.
* NPM modules.## Supported Browsers
The 2020-2022 versions of web browsers are enough to keep it running.
### Device File System
To create and edit projects on your device, you will need 2020 versions of Chrome, Opera and Edge.
**Recomendation:** For a better experience, download the PWA version of the page using Chrome, Opera or Edge.
## How to Use
From the **View** menu you can go to **Files**, **Search** and **Projects**.
## Acknowledgement
Web Code Editor is made possible by the following open source projects.
* [evanw/esbuild](https://github.com/evanw/esbuild)
* [CodinGame/monaco-vscode-api](https://github.com/CodinGame/monaco-vscode-api)
* [esm-dev/esm.sh](https://github.com/esm-dev/esm.sh)Some extensions have been built using parts of these open source projects:
* [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro)
* [PKief/vscode-material-icon-theme](https://github.com/PKief/vscode-material-icon-theme)## License
Licensed under the GPL-3.0, [license](LICENSE).