Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 489 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 489 Bytes

React counter app

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

screenshot

Get Started

To run this project

  1. Clone it somewhere on your hard drive
  2. cd react-counter-app
  3. npm install
  4. npm run build
  5. python -m SimpleHTTPServer
  6. Visit http://localhost:8000