Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doabit/react-relay-graphql-starter-kit
React starter kit with Graphql, Relay and Sequelize
https://github.com/doabit/react-relay-graphql-starter-kit
Last synced: about 1 month ago
JSON representation
React starter kit with Graphql, Relay and Sequelize
- Host: GitHub
- URL: https://github.com/doabit/react-relay-graphql-starter-kit
- Owner: doabit
- License: mit
- Created: 2015-12-15T19:24:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T10:28:00.000Z (almost 9 years ago)
- Last Synced: 2024-04-09T15:09:04.260Z (7 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 14
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# React starter kit with Graphql, Relay and Sequelize
```
git clone https://github.com/doabit/react-relay-graphql-starter-kit.git
npm install
```## Development
```
npm run db:seed
npm run update-schema
npm run start-dev
```## Production
```
npm run build
npm run start
```open `http://localhost:3000`