Boilerplate for quickly creating a Node.js application using TypeScript
Go to file
2024-10-28 00:03:24 +07:00
src Initial commit 2024-10-28 00:03:24 +07:00
.gitignore Initial commit 2024-10-28 00:03:24 +07:00
package.json Initial commit 2024-10-28 00:03:24 +07:00
README.md Initial commit 2024-10-28 00:03:24 +07:00
tsconfig.json Initial commit 2024-10-28 00:03:24 +07:00

Boilerplate for quickly creating a Node.js application using TypeScript

For development: yarn dev

For building: yarn build