Why make an app when you can make a website? 🤔
If you're running Chrome 77 or newer browsers you can install ShowKokhon as a PWA. Chrome will show a install button when you load the page.
- Clone and start the
core-api
service first - Clone this repo
- Create a
.env
file at the project root and add the following info
REACT_APP_API_ROOT_URL="http://localhost:3000"
PORT=9090
SKIP_PREFLIGHT_CHECK=true
Change the values accordingly with the core-api
yarn install
(You can use NPM if you want to)yarn run start
MIT