Skip to content

💬 A light cloud-based team collaboration tool (client application only).

License

Notifications You must be signed in to change notification settings

LPCISIIE/TeamMessenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeamMessenger

A cloud-based team collaboration tool (client application only).

Engines used

  • AngularJS
  • Electron
  • Semantic UI
  • Webpack

Why Webpack ?

  • It compiles ES6 into ES5 (by using Babel)
  • It isolates the code by using modules
  • It includes a hot reload

Installation

1. Clone repository

$ git clone https://github.com/TPCISIIE/TeamMessenger.git

2. Install dependencies

$ cd TeamMessenger
$ npm install
$ bower install

3. Run the application

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

About

💬 A light cloud-based team collaboration tool (client application only).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published