IsaiasJD117 / markdown-previewer

React

Home Page:markdown-previewer-jade-ten.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to My React Markdown Previewer

Set up to view in favorite environment and see in browser(must have Node.js & npm installed on local dev machine).

First in the project directory run the following command in the terminal:

npm start

npm install(installs node modules in directory)

Then open http://localhost:3000/ to see your app.

The page will reload when you make changes.
You may also see any lint errors in the console.

Installing Dependencies

Next in the project directory go to the src folder and run the following commands in the terminal:

npm install react-bootstrap bootstrap

npm install marked

npm install dompurify

Node modules are required! The folder should be located next to the public and src folders in the project directory

About

React

markdown-previewer-jade-ten.vercel.app


Languages

Language:JavaScript 72.8%Language:HTML 27.2%