/markdown-previewer

freeCodeCamp's Front End Libraries Project - Markdown Previewer using React and Redux

Primary LanguageJavaScript

Demo

A working demo can be found here.

How to

Running the development server

$ npm install
$ npm start

Running the test runner

$ npm test

Building the application for production

$ npm run build