Skip to content

Web-based version of the "Ticket To Ride" board game, by Alan R. Moon

License

Notifications You must be signed in to change notification settings

jonathanGB/ticket-to-ride

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ticket To Ride

Web-based version of the Ticket To Ride board game, by Alan R. Moon.

Note This is still under development.

How To Run

The steps below assume you have a recent version of Rust (specifically cargo), and of npm.

  1. Compile the front-end.
$ cd frontend
$ npm i
$ npm run build
  1. Run the web-server.
$ cd backend/web-server

# To run server in debug mode.
$ cargo run
# To run server in release mode.
$ cargo run --release

By default, the server will run at http://localhost:8000.

About

Web-based version of the "Ticket To Ride" board game, by Alan R. Moon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages