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 View
dynamically 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
cd
into it. - Execute
npm install
to download dependencies of the server side. cd
into the client folder, runnpm install
to install client side dependencies.cd back to root of project
and Runnpm run start
to start the Express server.- Open http://localhost:3000 in your browser.
- Node.js and npm