niksudan / static-boilerplate

⚡ Boilerplate for static websites and rapid prototypes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static Boilerplate

An Express server running a static website built with Bulma and Handlebars.

Installation

You will need Node.js and Yarn to work with this boilerplate. Run the command yarn install to get the required dependencies installed.

To view the static website, run the command yarn start. The files will be available to view at http://localhost:8080 in your browser.

Creating Pages

In the views/ directory, create a new .hbs file. It will be accessible in-browser via the filename you gave.

For example, views/example.hbs can be accessed at http://localhost:8080/example.

About

⚡ Boilerplate for static websites and rapid prototypes


Languages

Language:Handlebars 78.9%Language:TypeScript 21.1%