Skip to content

AlbaOngaro/mario-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat App

Simple chat app built using express js for the server part and socket.io to manage socket connections, Vuejs for frontend and nes.css as css framework.

How to use

Clone or fork the project and then simply run these commands to watch the magic happen :)

npm install

npm run dev

If everything goes right the browser should open and you should be able to start chatting around :)

Folder structure

All the app code is stored in the src folder. Those are the two main folders:

  • backend
    • stores the express code to run the server responsible for the socket
  • frontend
    • stores the vue js code for the client part and the styles