Skip to content

RohitLakh/node-ejs-with-typescript-starter-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-ejs-with-typescript-starter-project

This is a starter template if you want to use gulp for transpiling typescript to javascript and also wish to use typescript for frontend with EJS templating engine.

You can also check out the blog for the tutorial here

After clone the repository, install the npm packages

npm i 

After installing the dependencies, run the server using

npm run dev 

Branches

webpack-setup-through-javascript: Converts the javascript (with require) to javascript (without require) to be able to use in browser

Javascript (with require) to Javascript (without require)

webpack-setup-through-typescript: Converts the typescript to javascript (without require) to be able to use in browser

Typescript to Javascript (without require)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published