Simple code editor web app with real time preview & save progress.
- real time preview of the written code
- real time development progress save.
- error reports
- syntax highlighting
- autocompletion
- nodejs
- express
- Web Sockets (socket.io)
- codemirror
- Make sure you have nodejs, npm installed
- Run the command below to install dependencies
npm i
- Run the command below to install developer dependencies
npm i && npm i --only=dev
- Run the below command to start the application
npm run start
- Run the below command to start the application in developer mode
npm run dev