Daniel Legt f9c7b13b0d | ||
---|---|---|
src | ||
views | ||
.env | ||
.gitignore | ||
LICENSE | ||
README.md | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
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