UNPKG

339 BMarkdownView Raw
1# Examples of using aphrodite
2
3## Usage
4
5First, build aphrodite by running `npm install && npm run build` in the root aphrodite directory.
6
7Then 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).