Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.05 KB

File metadata and controls

11 lines (7 loc) · 1.05 KB

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.