An UNO-inspired card game for CSCI 201's final project.
- Make sure Apache Tomcat is setup in Eclipse (we did this for a lab earlier in the year)
- Open this folder (CardGame) as an Eclipse workspace
- Go to IchiBackend > Properties > Targeted Runtimes, and make sure Apache v9.0 is setup as a runtime. If not, you may need to give it your installation directory. For me, that was "C:\Program Files\Apache Software Foundation\Tomcat 9.0"
- Press IchiBackend > Run As > Run on Server
- Make sure npm is installed
- In a terminal, navigate to card-game-frontend
- Run "npm i" to install all required npm modules (these are like libraries)
- Run "npm run dev" to start the frontend
- Go to http://localhost:3000