Creation of an online chat within Gobelins where each member of the class could chat with a different client.
We used VueJS and websockets to answer the different technical constraints.
- npm
Once the project is cloned, just run :
$ npm install
Launch development server.
$ npm run start
Prepare files for production.
$ npm run build
For detailed explanation on how things work, checkout the guide and docs for vue-loader.