Skip to content

stanulilic/markdown-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

This markdown editor was inspired by stackedit and it my first React.js project.

Usage

You can use it here: markdown editor app

Running the Project Locally

First, make sure you have Node installed.

$ node -v
v13.8.0

Check if npm is installed.

$ npm -v
6.13.6

Copy the repository to your local computer.

git clone https://github.com/stanulilic/markdown-editor.git

Get into the directory:

 cd markdown-editor

Install the project dependencies.

npm install

Run the development server.

npm start

View the app by opening http://localhost:3000 in your favourite browser.

Releases

No releases published

Packages

No packages published