This is a react markdown app which convert github markdown to html text.
Live version here: https://reactmarkdownapp.herokuapp.com/
- HTML
- CSS (Sass)
- ReactJs
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.
What things you need to install the software and how to install them
NodeJs
NPM
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
- 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.
- Thanks to freecodecamp for project.
- Thanks to FontAwesome for Icons.