A cloud-based team collaboration tool (client application only).
- AngularJS
- Electron
- Semantic UI
- Webpack
- It compiles ES6 into ES5 (by using Babel)
- It isolates the code by using modules
- It includes a hot reload
$ git clone https://github.com/TPCISIIE/TeamMessenger.git$ cd TeamMessenger
$ npm install
$ bower installRun the dev server (it compiles the project, run a watcher and open your browser at http://localhost:4000)
$ npm run devBuild the project (http://localhost:8080)
$ npm run buildRun the project with Electron (do not forget to build the project before)
$ npm start