Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johnson-elugbadebo/markdown-editor

Markdown Editor cross-platform desktop application build with the electron.js library
https://github.com/johnson-elugbadebo/markdown-editor

electron electron-forge typescript

Last synced: 7 days ago
JSON representation

Markdown Editor cross-platform desktop application build with the electron.js library

Awesome Lists containing this project

README

        

# Firesale

This is an application build during the [Electron-v3][course] course on [Frontend Masters][fem].

## Setup

Make sure you have [Node.js](https://nodejs.org/) v16 or newer, [Git](https://git-scm.com/), and the [Yarn](https://yarnpkg.com/) package manager installed.

Run `npm i -g yarn` to globally install Yarn

The following commands will install the repo dependencies and start the Firesale application.

```
npm i
npm start
```

[fem]: https://frontendmasters.com
[course]: https://frontendmasters.com/courses/electron-v3/