Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattiaerre/green-gorilla

Express + GraphQL + OpenComponents + React = ❤️
https://github.com/mattiaerre/green-gorilla

create-react-app express expressjs graphql heroku jest lernajs opencomponents react reactjs snapshot-testing

Last synced: about 2 months ago
JSON representation

Express + GraphQL + OpenComponents + React = ❤️

Awesome Lists containing this project

README

        

# green-gorilla

[Express](https://expressjs.com/) + [GraphQL](http://graphql.org/) + [OpenComponents](https://opencomponents.github.io/) + [React](https://facebook.github.io/react/) = ❤️

## DX

```bash
npx lerna clean

npm i
```

```bash
npx lerna bootstrap

npm run build

npm run copy // WIP

npm run registry

npm run site // new iTerm tab
```

or

```bash
npx lerna bootstrap

npm run site

npm run app // new iTerm tab
```