- [x] NPM based installation of the server's dependencies - [x] NPM based run of the server - [x] NPM based opening of web-browser (this stays OS dependent) - [x] Test proposed npm run - [x] update .bat files for clicks-lover - [ ] test .bat on windows --- Regardless of OS, all users will have Nodejs / npm. Also, installing the server via [node / npm scripts](https://docs.npmjs.com/misc/scripts) would ease install by standizing it. Proposal : ``` /Chalktalk └─┬ /Server/ ├── /node_modules/ -- we want to install that ! ```