From 66de4569793841fa42d5c6eadb456783709b9a9e Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Mon, 11 Jan 2021 15:09:55 +0100 Subject: [PATCH] Create zox.md --- src/site/generators/zox.md | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/site/generators/zox.md diff --git a/src/site/generators/zox.md b/src/site/generators/zox.md new file mode 100644 index 000000000..9f0772904 --- /dev/null +++ b/src/site/generators/zox.md @@ -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 +```