Skip to content

pokernook/web-cra

Repository files navigation

PokerNook Web App

Development Setup

Recommended Tools

  • Node.js 15.x
  • Docker Desktop (or an alternative container runtime)
  • VS Code

Clone the repo, then run:

npm install # Install project dependencies

npm run dev # Run the app

NPM Scripts Overview

npm run dev # Create a hot-reloading React app

npm run build # Build application for deployment

npm run generate # Generate GraphQL types

Contributing

Pull Request Guidelines

  • Pushes to main will get deployed to production, so all development should be done in dedicated branches.

  • Checkout a topic branch from the relevant branch (i.e. main), and merge back against that branch.