Skip to content

Repository files navigation

FE-POKER

A modern poker game implementation built with Vue 3 and TypeScript.

Features

  • Real-time poker gameplay
  • Modern and responsive user interface
  • Built with Vue 3 and TypeScript
  • Secure and reliable game logic

Demo

Live Demo

Check out our live demo at: https://poker.tomasvahala.com/

Tech Stack

  • Vue 3
  • TypeScript
  • Vite
  • Vitest for unit testing
  • Cypress for E2E testing
  • ESLint for code quality

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Installation

  1. Clone the repository
git clone https://github.com/your-username/fe-poker.git
cd fe-poker
  1. Install dependencies
npm install

Development

Run the development server:

npm run dev

Building for Production

Build the project:

npm run build

Testing

Run unit tests:

npm run test:unit

Run E2E tests:

npm run test:e2e:dev

Linting

Check and fix code style:

npm run lint

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Vue.js team for the amazing framework
  • The open source community

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages