Skip to content

Block Game, a board game clone written to practice DDD and TDD.

Notifications You must be signed in to change notification settings

tdurtschi/block-game

Repository files navigation

Block-Game

This is a clone of a board game with a similar name.

MVP Is Live! Check it out Here

Run in Dev Mode

Prerequisites: NodeJS

Before running the app, install dependencies:

npm install

Dev mode spins up the app (frontend & server) and opens cypress in watch mode.

npm run dev

To start the frontend in watch mode without cypress or the server, use npm run watch instead of npm run dev.

Build

Build the frontend:

npm run build-frontend

Static site output will be in dist/ directory.

Deploy

Prerequisites: NodeJS, Docker, remote ftp directory to copy files to, deployment/deploy.env file

npm run deploy

About

Block Game, a board game clone written to practice DDD and TDD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published