Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions src/site/generators/zox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: Zox
repo: zoxjs/zox
homepage: https://zoxjs.com/
language:
- TypeScript
license:
- MIT
templates:
- React
- Markdown
- Handlebars
description: Service-Oriented Web Framework, build scalable web apps and services with React and GraphQL or generate Static Sites
---

Zox.js gives developers the power to build scalable web apps and services

## Install

Get started with a new project:

```bash
npm i zox zox-plugins
```

Add support for GraphQL:

```bash
npm i graphql-plugins zox-graphql-ws
```

Render React Components on the Server-Side:

```bash
npm i zox-react
```

Use handlebars templates:

```bash
npm i zox-handlebars
```