Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 630 Bytes

reference.rst

File metadata and controls

26 lines (19 loc) · 630 Bytes

Reference

Directory structure:

  • bin: management and instrumentation scripts.
  • build: production releases (out of version control).
  • coverage: generated coverage data (out of version control).
  • config: declarative configuration, including webpack configuration.
  • src: application(s) source code.
  • test: tests, using tape as a default.

(TODO: this is a work in progress, reference is lacking a lot of sections as of now).

.. toctree::
    :maxdepth: 2

    reference/docker
    reference/hot-module-reload
    reference/make
    reference/server
    reference/style
    reference/testing
    reference/webpack