Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A starter template using Babel to build React (JSX) code written in TypeScript
https://github.com/nicksp/react-webpack-typescript-babel-template

babel react typecheck typescript webpack

Last synced: 5 days ago
JSON representation

A starter template using Babel to build React (JSX) code written in TypeScript

Awesome Lists containing this project

README

        

# React-Webpack-TypeScript-Babel

> A starter template for projects using React, Webpack, TypeScript and Babel.

## Starting the Dev Server

```sh
npm start
```

## Building the Bundle

```sh
npm run build
```

## Type-checking the Project

```sh
npm run typecheck
```

And to run in `--watch` mode:

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