This is a template repository designed for quick and efficient project setup. It includes a pre-configured TypeScript + Node.js environment, allowing you to start coding immediately without repetitive setup tasks.
- TypeScript + Node.js setup
- Pre-configured
tsconfig.json
with sensible defaults - ESLint & Prettier for consistent code formatting (optional)
- Pre-configured
package.json
for easy dependency management
Use the following command to generate a secure 32-character JWT secret:
openssl rand -base64 32
git clone https://github.com/your-username/template-repo.git my-project
cd my-project
tsc --init
npm install
npx ts-node src/index.ts
my-project
βββ src
β βββ index.ts # Entry point
βββ package.json
βββ tsconfig.json
βββ .gitignore
This project is licensed under the MIT License.
Let's get started! ππ
Let me know if you need further improvements! π