A template engine enables you to use static template files in your application. At runtime, the template engine replaces variables in a template file with actual values, and transforms the template into an HTML file sent to the client. This approach makes it easier to design an HTML page.
- Download this template repo and navigate into the code directory with Terminal.
- Run npm install or npm i -E
- Run npm run start to start the application
- Run npm run start:dev to start the application in watch mode
- npm run start -> starts the application and listens at the port 7000
- npm run start:dev -> starts the application in watch mode and