- Download repository or git clone.
- Go inside the game folder then open a command prompt / Terminal and run 'npm install' *
- run 'npm start' in the terminal
*NodeJS must be installed to run 'npm install', you can find it here
- bin/www : The file called when you use 'npm start', this create the server on the specified port.
- app.js: Where the routers / Error paths are defined.
- src/app: Contains the angular component, its CSS, Classes, Angular Routing,Component Template and Module (Change these files to change front end)
- model/movie.js : Contains our movie model for hangman
- routes/movieroutes.js : Restful API calls defined here