2021-05-29 19:06:33 +03:00
2021-05-22 22:29:07 +03:00
2021-05-29 18:47:54 +03:00
2021-05-22 22:29:07 +03:00

Description

A boilerplate for ExpressJS using TypeScript and HandleBars as a templating engine, this is most useful for people that wish to create a website that is server-side rendered using nodejs, in my opinion that's a great idea it's super manageable when you have a nice project layout ( such as this one ).

Dev Running

# Run the following command in the root of the folder
nodemon ./src/app.ts

Building

# Run the following command in the root of the folder
npm build
Description
No description provided
Readme 66 KiB
Languages
TypeScript 100%