An Electron application example using Svelte components to create a Markdown Editor.
cd
into the /app
directory and run npm install
or yarn
.npm run start
from the /app
directory to launch the application.The application is built using the bluma framework. You can run gulp sass
or npm run build-styles
to compile the main.sass
file.
After making changes to a component or adding a new one you'll need to run npm run build-components
from the /app
directory.
You can reach me on twitter @joshuadmesser