angular-markdown-editor
angular-markdown-editor copied to clipboard
Example Markdown editor with AngularJS.
A while back I wrote a Markdown editor with Backbone.js as part of a workshop I was doing at The Armory Workspace: backbone-markdown-editor. This project is that same application but written using AngularJS.
Using
To run this application, after cloning run the following in the root of the cloned repository:
$ npm install
// This will install the application dependencies
$ npm start
// This will start the Express server listening on port 3000
After the server is running, visit http://localhost:3000 in your browser.
Software Used
Below is a list of softwares used in this project: