This is one of the projects required from FreeCodeCamp to get a certificate. It is a Markdown previewer front-end app that I developed to learn and increase my skills in web development.
A UI library that is used to build the front end part of the app.
-
Clone the repository:
git clone https://github.com/amjadsh92/markdown-previewer.git -
Install all dependencies using
npm install -
Run the server using this command:
npm run dev