Skip to content

🔷🌱 TypeScript Basic Skeleton: Bootstrap your new TypeScript project with the bare minimum dependencies

License

Notifications You must be signed in to change notification settings

sevillacesar/typescript-basic-skeleton

 
 

Repository files navigation

🔷🌱 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

🔷🌱 TypeScript Basic Skeleton: Bootstrap your new TypeScript project with the bare minimum dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.2%
  • JavaScript 28.8%