Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 646 Bytes

README.markdown

File metadata and controls

27 lines (16 loc) · 646 Bytes

HTML React.js Starter

Hi Full Stackers!

This is a little starter kit to get your feet wet with React.js.

Usage

Run these commands in your terminal

git clone [email protected]:fullstacktalks/html-react-starter.git

cd html-react-starter

open .

You can then open these index.html in your editor and browser of choice.

Demos

All of the demos on reactjs.org have been added to this repo as branches. You them by typing the following command:

  • hello-message: git checkout hello-message
  • timer: git checkout timer
  • todo-app: git checkout todo-app
  • markdown-editor: git checkout markdown-editor