Skip to content

Add demo application parallel to lib #9

@shlomiassaf

Description

@shlomiassaf

While developing a library it is always helpful to use an application that consumes that library within the same project.

The most obvious reasons are:

  • Speeds up developments in a large factor
  • Easy debugging
  • Provides examples to end user
  • A github.io site for presentation (script to upload can be easily integrated)

Suggested Structure:

src
---lib
---demo-app

Webpack is used for development and for bundling the output for the github.io site.
Rollup is used for NPM package creation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions