A game that is suspiciously close to a board game about properties and rent
- Prettier
- ESLint
- EditorConfig for VS Code
There are 2 parts to this game: the server and the client. The server is a Node.js server that hosts the game and the client is a Vue app that connects to the server and allows you to play the game.
- Install Node.js
- Clone the repository
- In 1 terminal, run
cd server && npm install && npm run dev
- In a 2nd terminal, run
cd app && npm install && npm run dev
- Open
127.0.0.1:3001
in your browser
- Run
npm run lint
to lint the code