Editor is a responsive HTML/CSS/JS code editor that renders the code you type in real-time.
Try it here: Demo
- Clone the repository
- cd into
editor
and runnpm install
npm install
- Run
npm start
to run this on your local server. This opens port3000
.
npm start
- The test setup is done using Jest and Enzyme. Read more about it: Enzyme Docs
npm run test
- Live syntax checker which checks and displays syntax errors.
- Download the code as .html,.css and .js file
- Auto completion enabled as default
- Syntax Highlighting
- Resizable Code/Preview Pane
Editor works in all modern web browsers and IE10+.