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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T20:39:14.000Z (almost 9 years ago)
- Last Synced: 2025-03-02T11:39:35.158Z (over 1 year 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 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
```