Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`