A React Webapp to edit and preview markdown
Clone the repo and install the dependencies.
git clone https://github.com/vanisingh-24/React-Markdown-Previewer.git
npm install
Execute the following command to run the app in the development mode.
npm start
Open http://localhost:3000 to view it in the browser.
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!