Skip to content
/ boilerplate-ts-jest Public template

My boilerplate to easy open a ts-jest project

Notifications You must be signed in to change notification settings

faifumo/boilerplate-ts-jest

Repository files navigation

boilerplate-ts-jest

Este boilerplate es muy sencillo, solo inslata TypeScript y Jest, su utilidad y uso principal es para aprender buenas prácticas de programación, hacer Katas etc

Para mantener al día:

  • Actualizar el package.json con las últimas versiones
  • hacer npm install para actualizar las dependencias
  • ejecutar los tests npm run test y ver que todo sigue funcionando correctamente
  • Ejecutar el main.ts npm run dev src/main.ts para que el ts-node ejecute el programa principal.
  • change the aa.js file in order to check if eslint is working, when we save this file we'll see as eslintrc correct the problems.

About

My boilerplate to easy open a ts-jest project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published