Skip to content
/ simple-ts-app Public template

a simple template to bootstrap your TS project (backend)

Notifications You must be signed in to change notification settings

bobbyquennell/simple-ts-app

Repository files navigation

Simple Typescript App

a simple app to kickstart your ts project (backend)

Prerequisites

How to Run

1. Git Clone


git clone git@github.com:bobbyquennell/simple-ts-app.git && cd simple-ts-app

2. bootstrap the project


run below cmd in the project's root folder

npm install && npm run build

3. Run the App

npm run start-dev 

Run tests


npm run test

Technologies Included

  • TypeScript + NodeJS
  • ESLint config for Typescript and Javascript
  • Prettier with auto formatting on save
  • Husky + lint-Staged
  • testing with Jest and enforce testing styles with eslint-plugin-jest

About

a simple template to bootstrap your TS project (backend)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published