Skip to content

DulanWirajith/typescript-starter-template

Repository files navigation

TypeScript + Node.js Starter Template

Welcome to the TypeScript + Node.js Starter Template! 🚀

This repository provides a solid foundation for building Node.js applications with TypeScript. Whether you're new to programming or looking to expand your skills, this template will help you get started quickly.

Features

  • TypeScript Setup: Configure TypeScript compiler options for Node.js development.
  • Hot Reloading: Implement hot reloading for a smoother development experience using nodemon and ts-node.
  • Testing with Jest: Set up testing using the Jest testing framework.
  • Linting with ESLint and Prettier: Maintain code quality and consistency with ESLint and Prettier.
  • Production Build: Build the project for production deployment.

Getting Started

  1. Clone the Repository:

    git clone https://github.com/dulanwirajith/typescript-starter-template.git
    cd typescript-starter-template
  2. Install Dependencies:

    npm install
  3. Start Development Server:

    npm run start:dev
  4. Run Tests:

    npm test
  5. Lint Your Code:

    npm run lint
  6. Build for Production:

    npm run build

Project Template

Finally, you can access the complete project setup from this public template on GitHub. Click on the link below to clone or fork the repository:

Feel free to explore the code, make modifications, and use it as a starting point for your TypeScript + Node.js projects. Happy coding! 🎉

About

TypeScript + Node.js Starter Template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published