Skip to content

A toy project that combines React + Webpack + Electron + Monaco Editor

Notifications You must be signed in to change notification settings

gabrielfalcao/tesla-editor

Repository files navigation

Tesla Editor

Screenshot

Demo Video

A simple editor powered by Electron, react and Monaco Editor

Getting Started

Simply clone down this repository, install dependencies, and get started on your application.

The use of the yarn package manager is strongly recommended, as opposed to using npm.

git clone git@github.com:gabrielfalcao/tesla-editor.git
cd tesla-editor
yarn

Development Scripts

# run application in development mode
yarn dev

# compile source code and create webpack output
yarn compile

# `yarn compile` & create build with electron-builder
yarn dist

# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir

Based on the excellent electron-react-boilerplate.