You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.run | 2 years ago | |
src | 1 year ago | |
types/wordcount | 2 years ago | |
.babelrc | 4 years ago | |
.gitignore | 1 year ago | |
.gulp.json | 2 years ago | |
README.md | 4 years ago | |
gulpfile.cjs | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
tsconfig.json | 2 years ago |
README.md
TypeScript Node.js Template
This is a simple template to get you started on writing Node.js applications using TypeScript.
Get started
# Development
npm run watch
# Production
npm run build
npm start