Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joseluisq/react-typescript-example

A very simple app example using latest React and Typescript.
https://github.com/joseluisq/react-typescript-example

parcel-bundler reactjs typescript

Last synced: about 1 month ago
JSON representation

A very simple app example using latest React and Typescript.

Awesome Lists containing this project

README

        

# React / Typescript Example

> A very simple app example using latest [React](https://reactjs.org/) and [Typescript](https://www.typescriptlang.org/).

## Usage

via [Yarn](https://yarnpkg.com/)

**Install**

```sh
yarn
```

**Development**

```sh
yarn dev
```

**Production**

```sh
yarn prod
```