/playit

A skeleton game launcher

Primary LanguageTypeScript

playit

A skeleton game launcher made with typescript, electron, and react (using the react hooks api.)

preview

Demo image

Still a Work in Progress!!

Setup

tl;dr

npm i
npm run update_html
npm run build
npm run start

slightly longer description

Install the dependencies

npm i

Copy the html file to the dist folder

npm run update_html

build

npm run build

run the app

npm run start