A basic React app with Typescript, Apollo client and React Router which can be used a base for new projects
For a full list, see package.json. At a high level:
- A create-react-app based Typescript project
- Apollo client
- React router
- react-grid-system
- styled-components
- Basic form and button component
- API URL config
- Add formik
- Add basic nav bar
- Add a basic login
- Add a router which know whether you're logged in or not
- Tests
- Migrate to the new way of using React (i.e. no classes)