March 2018
Intermediate to advanced
592 pages
13h 44m
English
To set up the basic app structure, I'm going to open up the folder that we just created on the desktop, called node-chat-app:

In this folder, we'll get started by making a couple of directories. Now, unlike the other apps in the previous chapters, the chat app is going to have a frontend, which means we'll be writing some HTML.
We'll also add some styles and writing some JavaScript code that runs in the browser, as opposed to running on the server. For this to work, we'll have two folders: