Skip to content

rafraser/terribleboardgame2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terrible Board Game 2.0

Getting Started

This project is split into two main components:

  • A frontend, powered by Vue
  • A backend, powered by Express + Socket.io

Both of these use Yarn for dependency management.

Development

For development purposes, the Vue application & the Express server can be started as two seperate instances.

Start the Express server:

cd server
yarn serve

In a seperate terminal, start the Vue application:

cd vue
yarn serve

The application should now be accessible from localhost:3000. Any changes to either the server or the Vue frontend should automatically reload.

Production

Build the Vue application for production:

cd vue
yarn build

Build the Typescript server:

cd server
yarn build-server

The server/ directory can then be deployed as required.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published