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 install
Run the dev server (it compiles the project, run a watcher and open your browser at http://localhost:4000)
$ npm run dev
Build the project (http://localhost:8080)
$ npm run build
Run the project with Electron (do not forget to build the project before)
$ npm start