Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.23 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.23 KB

Examples

Some example applications demonstrate the packages in different setups and combinations.

Tip

To understand how the filesystem convention is being used in the build process, check the build output (where available) and/or examine the names and locations of folders & files.

  1. serve

    This is a basic example using the webpack and features packages, as part of a simple serve application.

  2. Next.js

    This example shows the use of the react-pointcuts, features and webpack packages, as part of an "app router" Next.js application.

  3. Express

    This example shows the use of the react-pointcuts, features, ssr and webpack packages, as part of a simple express application.