Go to file
Daniel Legt f9c7b13b0d + Updated the package to support HandleBars 2021-05-30 00:31:59 +03:00
src + Updated the package to support HandleBars 2021-05-30 00:31:59 +03:00
views + Updated the package to support HandleBars 2021-05-30 00:31:59 +03:00
.env + DevMode Variable 2021-05-29 19:06:33 +03:00
.gitignore Initial Commit 2021-05-22 22:29:07 +03:00
LICENSE + License 2021-05-29 18:47:54 +03:00
README.md + Updated the package to support HandleBars 2021-05-30 00:31:59 +03:00
package-lock.json + Updated the package to support HandleBars 2021-05-30 00:31:59 +03:00
package.json + Updated the package to support HandleBars 2021-05-30 00:31:59 +03:00
tsconfig.json Initial Commit 2021-05-22 22:29:07 +03:00

README.md

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