Skip to content

Commit 2540c09

Browse files
author
Hugues Tennier
authored
Merge pull request #507 from noraj/zox
Create zox.md
2 parents 8afbd9c + 66de456 commit 2540c09

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

src/site/generators/zox.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Zox
3+
repo: zoxjs/zox
4+
homepage: https://zoxjs.com/
5+
language:
6+
- TypeScript
7+
license:
8+
- MIT
9+
templates:
10+
- React
11+
- Markdown
12+
- Handlebars
13+
description: Service-Oriented Web Framework, build scalable web apps and services with React and GraphQL or generate Static Sites
14+
---
15+
16+
Zox.js gives developers the power to build scalable web apps and services
17+
18+
## Install
19+
20+
Get started with a new project:
21+
22+
```bash
23+
npm i zox zox-plugins
24+
```
25+
26+
Add support for GraphQL:
27+
28+
```bash
29+
npm i graphql-plugins zox-graphql-ws
30+
```
31+
32+
Render React Components on the Server-Side:
33+
34+
```bash
35+
npm i zox-react
36+
```
37+
38+
Use handlebars templates:
39+
40+
```bash
41+
npm i zox-handlebars
42+
```

0 commit comments

Comments
 (0)