A starter project using React, Apollo, Next.js, Typescript, Styled-components.
yarn && yarn dev
… then go to http://localhost:3000
A web app development stack including:
- Full Typescript coverage across the codebase
- GraphQL development using Apollo including proper typing using apollo-codegen
- Styling thanks to styled-components
- Offline support using Workbox through the next-offline plugin (in production build
yarn build && yarn start
) - Webpack bundle analyzer integrated using @zeit/next-bundle-analyzer
- SSR support thanks to next.js