Just make a new .html file under views directory and visit that link.
Make a file mysite.html under views directory and visit /mysite to see that site. :)
- Install
nodeJS(from here). - Fork the repo.
- Run
npm installin the repo. - Make your files.
- Run
npm run devto start the server. - Visit
localhost:8100to view the app and visitlocalhost:8100/your_created_pageto view your pages.