This app will allow you to make a layout using markdown syntax. Test it ! For running the app, make sure you have npm, yarn and node.js installed. (App in progress)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Use those commands to generate node-modules &co (using create-react-app).
$ npm install -g create-react-app
$ create-react-app markdown-editor
$ cd markdown-editor
$ yarn start (or npm start)
When your folder is created, you can replace what is inside puclic/ and src/ by what is on this github
- Reactjs - Web framework used
- create-react-app - Dependency Management
- Marked - plugin - Dependency Management
- Orélia Sokambi - Initial work
You can see a final render of the app on final-App.png