Skip to content

Instantly share code, notes, and snippets.

@moimikey
Last active September 29, 2021 15:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moimikey/c89ddf111385b30832677361d3c33e48 to your computer and use it in GitHub Desktop.
Save moimikey/c89ddf111385b30832677361d3c33e48 to your computer and use it in GitHub Desktop.
web-application-stack.md

Packages

dependencies

  • Apollo
  • Babel
  • Serverless or CDK
  • GraphQL
  • MobX
  • MobX State Tree
  • NextJS
  • Nodemon or PM2
  • React
  • TSLog or Pino

devDependencies

  • ESLint
  • Jest
  • TypeScript
  • Webpack

Directory Tree

.
├── 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment