A Markdown previewer built using React, Bootstrap and marked.
A working version can be found here: https://gregorywong.github.io/markdown-previewer/
- Clone this repo
- Run
npm install
to install all the dependencies - Run
npm run dev
for development mode. New browser window should open automatically. - Run
npm run prod
for production mode. The compiled files are saved to the./dist
folder (which will be created if it doesn't already exist).