0.0.15 • Published 2 years ago

@pelusa/create-node-ts-boilerplate v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

NodeJS TypeScript Boilerplate

This project is a boilerplate for creating applications using Node.js and TypeScript.

Features

  • Node.js
  • TypeScript
  • ESLint for linting
  • Jest for testing
  • Husky for Git hooks

Requirements

Make sure you have the following software installed on your machine:

  • Node.js 16.x or later
  • NPM 6.x or later

Getting Started

Follow these steps to get started with the boilerplate:

  1. Clone the repository:

    git clone https://github.com/tomascatena/node-typescript-boilerplate.git
  2. Install the dependencies:

    npm install
  3. Compile TypeScript to JavaScript:

    npm run build
  4. Start the application in development mode:

    npm run dev
  5. Start the application in production mode:

    npm start

License

This project is licensed under the MIT License - see the LICENSE file for details.

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago