Skip to content

A mean, clean & powerful boilerplate machine using typescript.

Notifications You must be signed in to change notification settings

borestad/typescript-boilerplate

Repository files navigation

typescript-base

CircleCI Coverage Status

Introduction

A mean, clean & powerful boilerplate machine using typescript

Why

  • Super simple and friendly development environment
  • No bloat included
  • Great showcase of how Typescript, Wallaby and Visual Studio Code work together.
  • Best practices included
  • Complete workflow
    • Develop, serve, lint, test - all within your IDE or terminal.
  • 100% code coverage
  • CI pipeline included. You're welcome.
  • Developer ergonomic as a feature

What does it contain?

  • [email protected]
  • Yarn for dependencies
  • Testing with Wallaby and ava.js
  • Linting with standardjs
  • Coverage with Nyc (Istanbul) & Coveralls.io
  • Snyk for security patches
  • Predefined Visual Studio Code tasks

Installation

# Clone the repo
git clone --depth 1 [email protected]:borestad/typescript-boilerplate.git && cd typescript-boilerplate

# Install the repo (using yarn)
yarn

# Start coding (Using Visual Code Studio is recommended)

# Optional - Start in watch mode
npm start

About

A mean, clean & powerful boilerplate machine using typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published