- Apollo
- Babel
- Serverless or CDK
- GraphQL
- MobX
- MobX State Tree
- NextJS
- Nodemon or PM2
- React
- TSLog or Pino
- ESLint
- Jest
- TypeScript
- Webpack
.
├── CHANGELOG.md
├── README.md
├── babel.config.js
├── components
├── custom.d.ts
├── env
├── globals.d.ts
├── jest.config.js
├── jest.setup.js
├── models
├── next-env.d.ts
├── next.config.js
├── node_modules
├── nodemon.json
├── package.json
├── pages
├── public
├── react
├── scripts
├── server
├── serverless.js
├── serverless.production.yml
├── serverless.test.yml
├── storybook
├── tests
├── tsconfig.json
├── tsconfig.server.json
├── utils
└── yarn.lock