Template used for coding project can be found: https://github.com/electron/electron-quick-start-typescript
# Clone this repository
git clone https://github.com/Letaguator/RetroScreens
# Go into the repository
cd RetroScreens
# Install dependencies
npm install
# Run the app
npm start
npm run lint
To recompile automatically and to allow using electron-reload, run this in a separate terminal:
npm run watch