Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anthonygore/vue-apollo-hasura-infinite-scroll


https://github.com/anthonygore/vue-apollo-hasura-infinite-scroll

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# vue-apollo-hasura-infinite-scroll

## Project setup
```
npm install
```

## Docker setup
```
docker-compose up -d
```

> Note: you'll need to create the database and seed it

## env file

```
cp .env.sample .env
```

## Compiles and hot-reloads for development
```
npm run serve
```