Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

A starter for node with typescript that is configured for you to quickly start working

Notifications You must be signed in to change notification settings

ctobolski/typescript-node-starter

Repository files navigation

Typescript Node Starter

Purpose

Allow you to quickly get up and running with a simple node development environment.

Key Features

  • Server reloads on changes
  • Code formatting
  • Tests configured for typescript and node environment

Usage

  • git clone [email protected]:ctobolski/typescript-node-starter.git <name of your project>
  • yarn install or npm install
  • yarn test or npm test to run tests
  • yarn start or npm start to bundle and run main.ts
  • Update your project remote to point towards your repository if you want to commit changes
    • git remote remove origin && git remote add origin <your remote repo>

About

A starter for node with typescript that is configured for you to quickly start working

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published