Checkers app built on electron-vue.
- Launch two instances of app.
- On linux:
yarn run build
then run two instances ofbuild/checkers*.AppImage
- Go to 'connect' page on both clients.
- On either of the clients, start the server. Then, on that same client, connect to "yourself".
- On the other client, connect to the server running on the other client.
- On both clients, go back to the 'play' page and play a game!
# install dependencies
yarn install
# serve with hot reload at localhost:9080
yarn run dev
# build electron application for production
yarn run build
# run unit & end-to-end tests
yarn test
# lint all JS/Vue component files in `src/`
yarn run lint
This project was generated with electron-vue@cf53551 using vue-cli. Documentation about the original structure can be found here.