devrrior / websocket-bridge-project-tender

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”·πŸŒ± TypeScript Basic Skeleton

Template intended to serve as a starting point if you want to bootstrap a project in TypeScript.

The purpose of this repository is to leave it with the bare minimum dependencies and tools needed to run TypeScript snippets or start you project without any opinionated decision already made.

Features

Working with this project

  • Install the dependencies: npm install
  • Execute the tests: npm run test
  • Check linter errors: npm run lint
  • Fix linter errors: npm run lint:fix

There is no specific command to start the app, we leave that up to you. If you wish to create a specific type of app (web, API…), we recommend checking the templates below.

Related skeleton templates

Opinionated TypeScript skeletons ready for different purposes:

This very same basic skeleton philosophy implemented in other programming languages:

About

License:MIT License


Languages

Language:TypeScript 94.9%Language:JavaScript 4.4%Language:Dockerfile 0.7%