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: 11 months ago
JSON representation

React starter kit with Graphql, Relay and Sequelize

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`