Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@dmohs/create-full-stack-app

dmohs26MIT0.0.4

Creates an API and UI with baked-in engineering philosophy

readme

= create-full-stack-app

== Notes

  • Asciidoc instead of Markdown. I'm getting tired of escaping URLs using double slashes ("//") to avoid Markdown's italizing. Let's try something else.
  • Explicit versioning so each developer is more likely to have an experience consistent with their teammates.
  • styled-components: Keeps styles in the same file as the component, less noise than JavaScript map syntax. Can't manipulate programmatically.
  • JSX: Still mulling this over. Mixing the two styles (JS and JSX) seems more complicated than not.
  • UI and API are loosly coupled by design. It should be a simple operation to put these in separate repos when they grow large-enough to warrant it.