Toy project for analyzing the way Google indexes and crawls pages that are rendered with React on the client-side.
This project was bootstrapped with Create React App.
Start local dev server:
npm start
then go to localhost:3000
Run tests:
npm test
Deploy a new version to production:
npm run build
npm run deploy