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
- Host: GitHub
- URL: https://github.com/alanbsmith/react-typescript-starter
- Owner: alanbsmith
- Created: 2018-09-27T15:09:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T16:24:43.000Z (almost 8 years ago)
- Last Synced: 2025-02-02T19:28:45.768Z (over 1 year ago)
- Language: TypeScript
- Size: 42 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```