A markdown editor written using Angular 2. You can find a live demo at tygern.com/markdownEditor.
- Clone repository and
cdin to project directory. - Install dependencies with
npm install. - Run server with
npm run go. - Visit http://localhost:3000 to view the editor.