Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.3 KB

File metadata and controls

61 lines (39 loc) · 1.3 KB

React Markdown App

This is a react markdown app which convert github markdown to html text.

Live version here: https://reactmarkdownapp.herokuapp.com/

Skills Used

  • HTML
  • CSS (Sass)
  • ReactJs

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Clone the repository from here: https://github.com/FaisalAli19/ReactMarkdownApp.git or Download the Zip file to your machine.

Prerequisites

What things you need to install the software and how to install them

NodeJs
NPM

Installing

A step by step series of examples that tell you have to get a development env running

Installing dependencies

npm install

Running server

npm start

Running webpack dev server

npm run dev

Built With

  • React - Created by Facebook Team.
  • Marked - Convert Plain text to html syntax.
  • Webpack - Used to bundle all the JavaScript file.
  • Babel - Used to convert Jsx syntax.
  • Express - Used as a server.

Acknowledgments