Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/joseluisq/react-typescript-example
- Owner: joseluisq
- Created: 2022-03-15T16:56:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T09:59:50.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T02:21:53.994Z (9 months ago)
- Topics: parcel-bundler, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```