Bowie is a simple casino lobby. I've created this to learn more about frontend and to fill my portfolio with code, I will be working on it while bored finding job/next challenge.
App will be under development just to learn more about Frontend while I look for job/next challenge, see my personal project page.
This is an app I've developed from scratch utilizing Lumen (backend), React/NextJS (frontend), Docker/Kubernetes (container).
This repository contains the frontend. For backend check other repository ryan-west-casino/bowie-backend. Depending on how fast I find new work/job will decide how far I will take this app. I will be working on it a little bit, few hours per week
You could check if bowie.casinoman.app is up, to give impression:
more images @ me.casinoman.app or at ryan-west-casino/bowie-media
- Set backend url (lumen repository) to your api backend in .env (copy .env.example > .env)
- Install packages using
yarn install
orpnpm install
- Run app
yarn run dev
orpnpm next dev
- Visit app at
http://localhost:3000
Make use of process supervising like pm2 or supervisor, alternatively you can use this app on vercel.app