Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxhallinan/generics-grid


https://github.com/maxhallinan/generics-grid

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# generics-grid

## Usage

```bash
cp .env.example .env
# start a websockets server at port 8080
npm run start
```

## Elastic Beanstalk deployment

1. Create an environment with the sample application: `eb create`
1. Set env variables on new environment: `eb setenv`
1. Deploy application to environment: `eb deploy`