Connect4, a MEAN stack web app developed for TAW project's exam in Ca' Foscari UNIVE.
In this webapp, you are allowed to play against randoms or with friends at Connect4, chat among players and friends and and spectate other players' matches.
- Install dependency with
$ npm installwhen insidebefolder. - Compile the code with
$ npm run compile. - Run server with
$ node connect4_server.
- Install dependency with
$ npm installwhen insidefefolder. - To run the application and use it run
$ ng serve. - If you want to use the application in production mode, run
$ ng buildand copy static files created in "/dist" folder to your server/container.
