React Starter Kit
This repository contains the basic repository for React apps used by the We Connect the Dots Codeathons. The initial configuration was created using npx create-react-app .
, and uses a good portion of the default “app.js” template but with the following changes:
reactstrap
are added to allow for simple themingreact-router-dom
is added to enable hash-based URL routingnpm run deploy
See create-react-app.md.