Skip to content

πŸš€ QuickStart TS-Node Template offers a pre-configured TypeScript + Node.js environment, so you can dive straight into coding without the boring setup! βš™οΈπŸ’»

Notifications You must be signed in to change notification settings

Hello-Ship-Code/Mongo-Morph

Repository files navigation

Mongo Morph 🧬

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.

πŸ›  Features

  • 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

πŸ”‘ Generate a 32-Character JWT Secret

Use the following command to generate a secure 32-character JWT secret:

openssl rand -base64 32

πŸš€ Getting Started

1️⃣ Clone the Repository

git clone https://github.com/your-username/template-repo.git my-project
cd my-project

2️⃣ Initialize TypeScript

tsc --init

3️⃣ Install Dependencies

npm install

4️⃣ Run the Project

npx ts-node src/index.ts

πŸ“‚ Folder Structure

my-project
│── src
β”‚   β”œβ”€β”€ index.ts  # Entry point
│── package.json
│── tsconfig.json
│── .gitignore

πŸ“œ License

This project is licensed under the MIT License.

Let's get started! πŸš€πŸš€


Let me know if you need further improvements! 😊

About

πŸš€ QuickStart TS-Node Template offers a pre-configured TypeScript + Node.js environment, so you can dive straight into coding without the boring setup! βš™οΈπŸ’»

Resources

Stars

Watchers

Forks