Skip to content

Latest commit

 

History

History

demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Demo application

This is a demo application, that demonstrate how to use ngx-showdown.


Clone

$ git clone https://github.com/yisraelx/ngx-showdown.git

Install

$ npm install

Run

$ npm run demo
# or
$ ng serve demo

Build

$ npm run build:demo
# or
$ ng build demo