aphrodite
Version:
Framework-agnostic CSS-in-JS with support for server-side rendering, browser prefixing, and minimum CSS generation
8 lines (4 loc) • 339 B
Markdown
# 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).