diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf1be8d --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# TypeScript Node.js Template +This is a simple template to get you started on writing Node.js applications using TypeScript. + +## Get started + +```bash +# Development +npm run watch + +# Production +npm run build +npm start +``` \ No newline at end of file