Skip to content

guushub/node-typescript-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-typescript-template

Just a template to get me started with node projects with typescript

Setup

Dependancies

Node with npm

https://nodejs.org/en/download/

Install typescript

npm install -g typescript

GIT (optional)

https://git-scm.com/downloads You can also download this repo.

Setup project

Get project

Get this project with git or download.

git clone https://github.com/guushub/node-typescript-template.git

Install node modules

cd node-typescript-template
npm install

Compile

npm run build

To add a watcher to compile on save: npm run build:w

Run

npm start

and browse to http://localhost:8080

About

Just a template to get me started with node projects with typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published