Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicksp/webpack-typescript-babel-template

A starter template using Webpack and Babel to build TypeScript code
https://github.com/nicksp/webpack-typescript-babel-template

babel typecheck typescript webpack

Last synced: 5 days ago
JSON representation

A starter template using Webpack and Babel to build TypeScript code

Awesome Lists containing this project

README

        

# Webpack-TypeScript-Babel

> A starter template for projects using Webpack and Babel to build TypeScript code, and using TypeScript for type-checking.

## Building the Repo

```sh
npm run build
```

## Building Types

```sh
npm run build:types
```

## Type-checking the Project

```sh
npm run typecheck
```

And to run in `--watch` mode:

```sh
npm run typecheck:watch
```