BearSweeper
Welcome, this game was originally built using React Native & now porting to Electron + ReactJS
- Link to Original Repo: BearSweeper
- This project was bootstrapped with Create React App.
Demo for ReactJS Website
Link to Demo Website: BearSweeper
Demo for Electron App
Prerequisite
- Install Foreman
sudo npm i -g foreman
Clone and Setup
git clone https://github.com/kyaroru/bear-sweeper.git
cd bear-sweeper
npm i
Start & Run in Browser
npm start
Start & Run Electron App
npm run start-app
Build & Deploy
npm run mas-dev (for MacOS - development version for Mac App Store) --- CERT & PROVISIONING NEEDED
npm run mas (for MacOS - distribute via Mac App Store) --- CERT & PROVISIONING NEEDED
npm run dmg (for MacOS - distribute outside Mac App Store)
npm run appx (for Windows - distribute via Windows Store) --- PUBLISHER ACCOUNT NEEDED
npm run win (for Window - distribute outside Windows store)