# Examples of using aphrodite

## Usage

First, build aphrodite by running `npm install && npm run build` in the root aphrodite directory.

Then in this directory, run: `npm install && npm run examples`, then open http://localhost:4114 (for client-side rendered examples) and http://localhost:4114/ssr (for server-side rendered examples).
