typed-catch-of-the-day
Version:
typescript version of wes bos' catch of the day app
24 lines (16 loc) • 729 B
Markdown
# typed-catch-of-the-day [](https://travis-ci.org/ryanluker/typed-catch-of-the-day)
typescript reactjs version of Wes Bos' reactjs for beginners tutorial series!
Follow the flow of the tutorial series by watching the videos and then looking at the relevant PRs.
[starter files](https://github.com/wesbos/React-For-Beginners-Starter-Files) || [course site](https://reactforbeginners.com) || [**Start**](https://github.com/ryanluker/typed-catch-of-the-day/pull/1)
## Requirements
- Node v4 +
- NPM
- Linux, Mac or Windows
## Setup
- npm install
## Build
- npm run build
## Run
- npm start
## Test
- npm test