An open API service indexing awesome lists of open source software.

https://github.com/johnfoderaro/markdown-editor

Web based markdown editor using React
https://github.com/johnfoderaro/markdown-editor

Last synced: 12 months ago
JSON representation

Web based markdown editor using React

Awesome Lists containing this project

README

          

# Markdown Editor

Markdown web editor for creating, editing and deleting markdown content or other plain text files. The View layer for [markdown-api's](https://github.com/johnfoderaro/markdown-api) Model-Controller RESTful application with Express and MongoDB.

## Currently a work in progress

### Editor
![editor](/screenshots/editor.png?raw=true)

## Getting started

- `npm start` runs a local webpack server with hot module reload for dev work
- `npm run build` creates a production build of the app
- `npm test` runs and watches tests

### MIT