A modern poker game implementation built with Vue 3 and TypeScript.
- Real-time poker gameplay
- Modern and responsive user interface
- Built with Vue 3 and TypeScript
- Secure and reliable game logic
Check out our live demo at: https://poker.tomasvahala.com/
- Vue 3
- TypeScript
- Vite
- Vitest for unit testing
- Cypress for E2E testing
- ESLint for code quality
- Node.js (v14 or higher)
- npm (v6 or higher)
- Clone the repository
git clone https://github.com/your-username/fe-poker.git
cd fe-poker- Install dependencies
npm installRun the development server:
npm run devBuild the project:
npm run buildRun unit tests:
npm run test:unitRun E2E tests:
npm run test:e2e:devCheck and fix code style:
npm run lintThis project is licensed under the MIT License - see the LICENSE file for details.
- Vue.js team for the amazing framework
- The open source community