Skip to content

rickschubert/scenemover-visual-studio-code-extension

Repository files navigation

Scene Mover - Frontend Implementation

This repository holds the frontend implementation for a locally running web application I wrote to help me write a screenplay. I published a blog article about the application, if you are keen to find out more.

The web application is written with React using Redux for state management and React DnD for the drag-and-drop implementation. Starting point for the app's structure was sheepy-fp-guide. The web app calls a locally running web server built with Golang wich can be found here.

Development

  • Run the web app with npm start to see it in the browser and to be able to debug
  • Run npm run build or npm run watch-build to compile the VSCode extension. You can launch it from within VSCode with F5 in a new extension host.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published