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-app
npm install
npm run build
python -m SimpleHTTPServer
- Visit http://localhost:8000