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.
- Run the web app with
npm start
to see it in the browser and to be able to debug - Run
npm run build
ornpm run watch-build
to compile the VSCode extension. You can launch it from within VSCode with F5 in a new extension host.