The project was deployed to https://flintersvn.github.io/poker/
- TailwindCSS 3 (https://tailwindcss.com/)
- VueJS 3 (https://vuejs.org)
- Bundle parcel (https://parceljs.org)
- Firebase Firestore (https://firebase.google.com/docs/firestore)
This project was created with minimum tech stack. The early version, It's only contains HTML with a script link to Vue & TailwindCSS on CDN. No bundle, no node_modules, no Single File Components (SFC)
node --version
# v17.2.0
npm --version
# 8.1.4
npm install
npm run start
# To build code & deploy
npm run build