Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 692 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 692 Bytes

README for Visual IoT - RetroScreens

Template used for coding project can be found: https://github.com/electron/electron-quick-start-typescript

Project Setup

# 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

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Re-compile automatically

To recompile automatically and to allow using electron-reload, run this in a separate terminal:

npm run watch