Template project for desktop apps using Electron, React and Typescript.
This project enable access to the file system through Node's fs library.
As always, install packages:
npm install
As this project uses react-hot-loader during development, we need to launch webpack-dev-server in a process and Electron in another.
So, in the terminal, run:
npm run server
then, in another terminal instance:
npm start
Just run:
npm run pack
and the output will be in the ./pack
folder.