Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janhancic/untitled.md
https://github.com/janhancic/untitled.md
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/janhancic/untitled.md
- Owner: janhancic
- License: mit
- Created: 2014-08-10T19:49:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-18T20:00:08.000Z (about 10 years ago)
- Last Synced: 2024-04-14T19:15:47.895Z (7 months ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# untitled.md Editor
A markdown editor.
## Why?
I'm trying to learn the awesome [React](http://facebook.github.io/react/) and some other exciting things, such as Flux,
webpack, ...So after failing to come up with a good idea for a mini-project, I decided to build a online markdown editor (how
original). So this is basically just my playground where I'm trying to figure out how best to do things and how all
the bits and pieces fit together.## Development
1. Clone the repository.
1. Run `npm install`
1. Run `webpack-dev-server --progress --colors`
1. Load `http://localhost:8080/bundle`