Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Changes per PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
liminzhu committed Mar 28, 2016
1 parent b6bd870 commit fbbea5d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 360 deletions.
5 changes: 4 additions & 1 deletion react-tic-tac-toe/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Node
# compiled and bundled source
dist

# Node modules
node_modules
2 changes: 2 additions & 0 deletions react-tic-tac-toe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
A game example built using [TypeScript](https://github.com/Microsoft/TypeScript) and [React](https://github.com/facebook/react), following guidelines from [react-webpack guide](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/quick-start/react-webpack.md) from TypeScript handbook.

## Build

```
npm install -g typescript webpack
npm install
Expand All @@ -11,4 +12,5 @@ webpack
```

## Run

Open ```index.html```.
341 changes: 0 additions & 341 deletions react-tic-tac-toe/dist/bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion react-tic-tac-toe/dist/bundle.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions react-tic-tac-toe/src/app.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"use strict";

import * as React from "react";
import * as ReactDOM from "react-dom";
import { Board } from "./Board";
Expand Down
Loading

0 comments on commit fbbea5d

Please sign in to comment.