Skip to content

Latest commit

 

History

History

nodejs-typescript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

A simple example of the node express and jquery on the client application. Both server and client sides use TypeScript.

Server-side app sources are under /src and client-side sources are under /client. There are different TypeScript configurations for both (tsconfig.json in each folder).

Compile with npm run-script compile and then run with npm start.

During the compilation the resulting js files go under /dist.