https://soumyadeeptadas.github.io/dyte-code-editor/
- frontend hosted in Githubpages, and backend api hosted on heroku for live demo app
- above link can be opened by multiple users to collaborate.
File explorer, to select from html, css and js file of the project and to load to code editor window- Text highlighted
Code Editor, with line numbers and error detection, and dynamic rendering. Live Viewdynamically renders the project from running the HTML, css and JS, providing seamless and fast development abilityCollaboration Features, the pplication can be run by different users at the same time to collaborate on the same project and edit and develop simulatenouslyDownload Code, downloads the 3 files in a siingle master file into local system, for further use
- Clone this repository and
cdinto it. - Execute
npm installto download dependencies of the server side. cdinto the client folder, runnpm installto install client side dependencies.cd back to root of projectand Runnpm run startto start the Express server.- Open http://localhost:3000 in your browser.
- Node.js and npm
.png)
.png)
.png)
.png)