Hi Full Stackers!
This is a little starter kit to get your feet wet with React.js.
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.
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