horvay / playit

A skeleton game launcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A skeleton game launcher


Languages

Language:TypeScript 80.6%Language:JavaScript 13.5%Language:HTML 5.9%