https://github.com/basarat/react-typescript
A demo based on https://basarat.gitbooks.io/typescript/content/docs/quick/browser.html
https://github.com/basarat/react-typescript
Last synced: about 21 hours ago
JSON representation
A demo based on https://basarat.gitbooks.io/typescript/content/docs/quick/browser.html
- Host: GitHub
- URL: https://github.com/basarat/react-typescript
- Owner: basarat
- Created: 2016-03-28T08:38:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T07:30:52.000Z (6 months ago)
- Last Synced: 2025-02-13T20:09:44.035Z (8 days ago)
- Language: JavaScript
- Size: 309 KB
- Stars: 62
- Watchers: 6
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - basarat/react-typescript - A demo based on https://basarat.gitbooks.io/typescript/content/docs/quick/browser.html (JavaScript)
README
# Objective
> Provide a simple setup steps that can fit in one page.This is a sample project from the TypeScript book : [*TypeScript Deep Dive*](https://basarat.gitbook.io/typescript/content/docs/quick/browser.html).
# How to use
```
git clone https://github.com/basarat/react-typescript.git
npm i
npm start
```
Visit http://localhost:8080