Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 960 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 960 Bytes

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