Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 = ❤️
- Host: GitHub
- URL: https://github.com/mattiaerre/green-gorilla
- Owner: mattiaerre
- Created: 2017-06-27T05:23:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T20:39:14.000Z (over 7 years ago)
- Last Synced: 2024-04-08T16:30:43.339Z (9 months ago)
- Topics: create-react-app, express, expressjs, graphql, heroku, jest, lernajs, opencomponents, react, reactjs, snapshot-testing
- Language: JavaScript
- Homepage: https://green-gorilla.herokuapp.com/
- Size: 508 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 cleannpm i
``````bash
npx lerna bootstrapnpm run build
npm run copy // WIP
npm run registry
npm run site // new iTerm tab
```or
```bash
npx lerna bootstrapnpm run site
npm run app // new iTerm tab
```