A clone of airboardgame github, to ciappinate new components.
.circleci | ||
public | ||
src | ||
.eslintrc | ||
.gitignore | ||
.nvmrc | ||
.prettierrc | ||
Licence.md | ||
package-lock.json | ||
package.json | ||
README.md |
Air board game
Play any board game with your friends thanks to this tabletop simulator.
You can try a version here.
Installation
You need a recent node version. You can use nvm to initialize your environment. Then, execute
npm ci # To install dependencies
First you need to start the server:
npm run server
Then you can run the client:
npm start