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

https://github.com/cyberdex/colyseus-test


https://github.com/cyberdex/colyseus-test

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Webpack boilerplate

Install dependencies
```
npm i
```

#### Local build
```
npm start
```
Run on https://localhost:8080

#### Production build
```
npm run build
```