oransimhony / markdown-previewer

Markdown previewer made with React and TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

markdown-previewer

✏️ Markdown previewer written in React with TypeScript using Hooks

Usage

Clone this repository

git clone https://github.com/oransimhony/markdown-previewer.git

Change directory

cd markdown-previewer

NPM users:

To run use

npm start

This runs the app in development mode Open (http://localhost:3000)[http://localhost:3000] to view it in your browser

To build use

npm run build

This builds the app for production to the build folder

📦 Yarn users:

To run use

yarn start

This runs the app in development mode Open (http://localhost:3000)[http://localhost:3000] to view it in your browser

To build use

yarn run build

This builds the app for production to the build folder

Authors

About

Markdown previewer made with React and TypeScript

License:MIT License


Languages

Language:TypeScript 77.1%Language:HTML 18.7%Language:CSS 4.3%