An open API service indexing awesome lists of open source software.

https://github.com/natac13/markdown-previewer-react

Free Code Camps first React project. A Github flavoured markdown
https://github.com/natac13/markdown-previewer-react

Last synced: 3 months ago
JSON representation

Free Code Camps first React project. A Github flavoured markdown

Awesome Lists containing this project

README

        

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

# Markdown-Previewer-React

:clap:Free Code Camp's first React Project Challenge:exclamation:

This is my 4th React project!

[Live](http://natac13.github.io/Markdown-Previewer-React/)

-----------------------------------------------------

## To run the app

```sh
// first and only once
npm install

npm start
```

## Deploy to github pages

```sh
npm run deploy
```

-----------------------------------------------------

#Licence

MIT (http://opensource.org/licenses/mit-license.php)