This is the Angular web frontend. You will also need to pull down the backend Socket Server in order to run it locally.
If you get stuck during setup just reach out to me.
I prefer not to mess with the git command line where possible, so download Github Desktop if you don't already have it, then follow along.
- Open Github Desktop
- Sign in.
- Click File > Clone Repository
- Select
deception-game-client
from the list - Pay attention to the Local Path at the bottom so you know where to find the project.
- Click Clone
At this point the code has been pulled down to the folder mention in Local Path.
- Go here
- Click
Download Node.js and NPM
- Open a command prompt
- CD into
deception-game-client
- Run
npm install
(could take a while)
- In the command prompt, run
npm start
- Open a browser to http://localhost:4200