Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxhallinan/generics-grid
https://github.com/maxhallinan/generics-grid
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxhallinan/generics-grid
- Owner: maxhallinan
- Created: 2018-05-02T19:20:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:45:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T10:56:30.792Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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`