Skip to content

Instantly share code, notes, and snippets.

@djfarrelly
Last active April 5, 2019 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djfarrelly/86709bb191f9dd4b48c47be58bb221d7 to your computer and use it in GitHub Desktop.
Save djfarrelly/86709bb191f9dd4b48c47be58bb221d7 to your computer and use it in GitHub Desktop.
maildev folder structure
# 3 package approach
/maildev-smtp
/src # most of what currently is in /lib
/test
/index.js
/package.json
/maildev-ui
/src # all the react components, etc.
/public
/package.json
/maildev # combining smtp + ui to create the cli and main package
/bin/maildev.js
/index.js
/package.json
/docs
/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment