- Alex Celeste alex@tenseg.net
- May 2018
Working through the official React tutorial to learn React. Intially this is just my code working through the tutorial, but I'll use it to further refine my React skills as a playground. This project is largely for my own purposes, but it may help someone learn React.
To run this code use npm start. You can also build it using npm run build and then put the build folder on a web server (or use live-server).
- Node.js. I installed Node via Homebrew.
- In VS Code install the Debugger for Chrome extension to be able to debug your code