Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 811 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 811 Bytes

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