Skip to content

My personal typescript boilerplate for general use.

License

Notifications You must be signed in to change notification settings

matheus2x/typescript-boilerplate

Repository files navigation

Logo
NodeJSTypescript

Summary

🤔 What is this?

This is my personal typescript boilerplate for general use.

🚀 Techs used

  • Node.js - A JavaScript Interpreter.
  • TypeScript - A Superset for JavaScript.
  • Jest - A delightful JavaScript Testing Framework with a focus on simplicity.
  • Eslint - A static code analysis tool for identifying problematic patterns found in JavaScript code.
  • Prettier - An opinionated code formatter.

🔥 Getting started

  • You may need to install:

    • A Distributed Version-Control-System -> Git
    • A JavaScript Interpreter -> Node.js
    • Some Node Package Manager Like -> NPM or Yarn
  1. Clone this repo with:
  $ git clone https://github.com/matheus2x/typescript-boilerplate.git
  1. Move yourself to the appropriate directory: $ cd typescript-boilerplate
  2. Run $ npm run install or $ yarn to install dependencies
  3. Code :)

🔗 Useful URLs


Made with 🦊 by Matheus Henrique