Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 374 Bytes

File metadata and controls

24 lines (20 loc) · 374 Bytes

php-chat-client

JS Chat client related to PHP-02 lessons.


Install

# step 1
git clone https://github.com/mohole/php-chat-client.git
# step 2
cd php-chat-client
# step 3
npm install
# step 4
npm start

Edit this line in the js/utils.js file to match your localhost settings

const CHAT_API = 'http://localhost:3004';

License

MIT