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
- Host: GitHub
- URL: https://github.com/johnfoderaro/markdown-editor
- Owner: johnfoderaro
- Created: 2018-10-30T02:13:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T03:29:49.000Z (about 7 years ago)
- Last Synced: 2025-02-08T07:13:07.579Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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

## 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