nicolaslopezj / orionjs

A new framework for serverside GraphQL apps

Home Page:https://orionjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orionjs

A Node framework to build GraphQL server apps.

orionjs.com

Development

In order to deploy orionjs in your local you have to do the following:

  1. Fork the repo
  2. Clone the project forked
  3. Inside the folder created with the clone command, run the following command:
yarn install
  1. Then run the following command to bootstrap the project
yarn bootstrap
  1. Then we need to link an specific package you need with the following command (for example job package):
cd packages/jobs
yarn link
  1. In your project that is using orionjs, you need to run the following command in order to use the local instance of the package:
yarn link "@orion-js/jobs"

About

A new framework for serverside GraphQL apps

https://orionjs.com

License:MIT License


Languages

Language:TypeScript 94.2%Language:JavaScript 5.3%Language:CSS 0.5%