/polymtl-web-project

Primary LanguageTypeScriptMIT LicenseMIT

Polytechnique Montreal - Web Project

These 3 games has been developed during 3 months at Polytechnique Montreal, along with 5 colleagues (see authors at the bottom). We used Node.js with Express, Angular2, Typescript, Socket.io, Three.js...

Getting Started

Prerequisites

Be certain of having Node.js and npm installed. If not, follow this installation instructions: https://docs.npmjs.com/getting-started/installing-node.

Installing

First step, enter in the game folder of your choice.

cd Sudoku

Then, enter in client folder and install node modules.

cd client
npm install

Do the same for the server side.

cd ../server
npm install

Your development environment is now set.

Launching

To launch the project, enter in the client (the server) folder and start it:

npm start

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.