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

https://github.com/alanbsmith/react-typescript-starter

a small starter for getting up and running with TypeScript and React
https://github.com/alanbsmith/react-typescript-starter

Last synced: over 1 year ago
JSON representation

a small starter for getting up and running with TypeScript and React

Awesome Lists containing this project

README

          

# React + TypeScript Starter

## Overview

This is a small starter for getting up and running with TypeScript and React.

## Up & Running

```sh
$ npm install
$ npm start
```

## Production Build

```sh
$ npm run build
```