Skip to content

Commit

Permalink
docs(add): readme redux
Browse files Browse the repository at this point in the history
  • Loading branch information
seognil committed Jan 30, 2020
1 parent dae3f48 commit a61e5c3
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
7 changes: 7 additions & 0 deletions redux/counter-node/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Run

```bash
npm i -g ts-node

ts-node index.ts
```
6 changes: 6 additions & 0 deletions redux/counter-react/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### Run

```bash
# cd _here_
parcel index.html
```
6 changes: 6 additions & 0 deletions redux/todolist-ts/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### Run

```bash
# cd _here_
parcel index.html
```
6 changes: 6 additions & 0 deletions redux/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"compilerOptions": {
"strict": false,
"noImplicitAny": false
}
}

0 comments on commit a61e5c3

Please sign in to comment.