File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments