Skip to content

vanisingh-24/React-Markdown-Previewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Markdown Previewer 📝

A React Webapp to edit and preview markdown

Setup ⚙️

Clone the repo and install the dependencies.


git clone https://github.com/vanisingh-24/React-Markdown-Previewer.git
npm install

Start 🏃

Execute the following command to run the app in the development mode.

npm start

Open http://localhost:3000 to view it in the browser.


Build 📦

npm run build

Builds the app for production to the build folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

Now the app is ready to be deployed!