Step 1

Open the terminal and change the directory to younote-app-starter folders.

Install the dependencies:

npm install

Run the application:

nodemon .

Open the browser and visit http://localhost:7000/.

Enter a username (any random one will do) and click on "Login":

We have these two views in this simple application.