jeremyben / node-typescript-template

Fast, lightweight and flexible bootstrapping for your Node.js project in TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node TypeScript Template

version

Bootstrap your NodeJS project with all the TypeScript goodies and, opinion ahead, the best dev tools in the NodeJS ecosystem. πŸ‹οΈβ€

Lightweight and softly opinionated, for a flexible jumpstart. πŸ€Έβ€

This repository has only one commit, so you can always start clean. πŸ›€

Usage

  1. Clone this repository locally.
  2. yarn init to overwrite my infos with yours in package.json.
  3. Change the remote repository with git remote remove origin (or you can delete the .git folder).
  4. Have a look at the various config files and see if defaults suit you.
  5. Install development dependencies with yarn.
  6. Make something cool in the src folder. πŸ„β€
Docker

If you don't have the urge to containerize, you can remove the Docker related files. In case you do, Dockerfile is suited for production and docker-compose.yml for development.

Development tools included

About

Fast, lightweight and flexible bootstrapping for your Node.js project in TypeScript.

License:MIT License


Languages

Language:TypeScript 62.0%Language:Dockerfile 38.0%