Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 459 Bytes

File metadata and controls

17 lines (10 loc) · 459 Bytes

skeleton-project

A skeleton project for starting to build XMPP projects using XMPP-FTW

setup:

once checked out run:

npm start

...which will install dependencies and start a server on port 3000

Then visit http://localhost:3000

Note: Those familiar with nodejs may want to just run node index to start the server each time rather than have the system run npm i . with each npm start call.