https://github.com/ghiscoding/angular-markdown-editor-demo
Angular Markdown Editor - Demo Project
https://github.com/ghiscoding/angular-markdown-editor-demo
Last synced: 8 months ago
JSON representation
Angular Markdown Editor - Demo Project
- Host: GitHub
- URL: https://github.com/ghiscoding/angular-markdown-editor-demo
- Owner: ghiscoding
- Created: 2018-09-24T19:56:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T06:19:03.000Z (about 1 year ago)
- Last Synced: 2024-10-11T20:46:07.315Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://ghiscoding.github.io/angular-markdown-editor-demo/
- Size: 2.54 MB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular-Slickgrid Demos
## Multiple Demos of the [Angular-Markdown-Editor](https://github.com/ghiscoding/angular-markdown-editor) library
### Installation
##### Install and Start Demo
```bash
git clone https://github.com/ghiscoding/angular-markdown-editor-demo
npm install # OR yarn install
npm start # OR yarn start
```
##### Build Demo
```bash
npm run build # OR yarn run build
```