How to guides - Making pages

Use your HTML text editor to make pages.

Create all your HTML pages in the /app/views folder.

All pages need the .njk extension.

Pages within /app/views will be automatically available in your web browser.

For example, if you create a page called contact.njk and then go to localhost:3000/contact in your browser, you will see that page.

Using folders

The kit allows you add pages into folders.

For example, you can make the page views/about-us/meet-the-team.njk, and then view the page by going to localhost:3000/about-us/meet-the-team.