Skip to content
/ node-ts-skeleton Public template

Skeleton repository with all the necessary configurations to start a project with NodeJS and Typescript

License

Notifications You must be signed in to change notification settings

susomejias/node-ts-skeleton

Repository files navigation

NodeJs logo

Typescript logo

CI

🔧 Configurations included

💅 Code Style

  • ESLint
  • Prettier
  • Editor config

✅ Testing

  • Jest

🔃 GitHub workflows

  • Build/Lint
  • Unit tests
  • Code quality

❓ How to use

Setup

  1. Use this repository as a template
  2. Clone the new repository
  3. Install dependencies: yarn install

Server/Development

  1. Run server: yarn dev

Server/Production

  1. Generate build: yarn build

Run tests

  1. Unit tests: yarn test

Run linters

  1. ESLint: yarn lint

About

Skeleton repository with all the necessary configurations to start a project with NodeJS and Typescript

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published