/hex

An online hex-based tactical board game

Primary LanguageTypeScript

Available Scripts

In the project directory, you can run:

yarn install

Install dependencies needed for the project.
Must be run before running any of the other commands below.

yarn workspace hex-client start

Runs the hex-client app in the development mode.
Open http://localhost:9000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn workspace hex-client build

Builds the hex-client app for production to the dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

yarn workspace hex-server build

Builds the hex-server app for production to the dist folder.
Must be run before running the start script mentioned below.

yarn workspace hex-server start

Runs the hex-server app in the development mode.