This is a simple counter app made in React.
This repository is a companion the the blog post Reacting to React: setup a base project
To run this project
- Clone it somewhere on your hard drive
cd react-counter-appnpm installnpm run buildpython -m SimpleHTTPServer- Visit http://localhost:8000
