Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luontola/game-catalog

[DRAFT]
https://github.com/luontola/game-catalog

Last synced: 4 days ago
JSON representation

[DRAFT]

Awesome Lists containing this project

README

        

# Rapid Application Template (WIP)

Spreadsheet/MS Access/Airtable replacement. Something which is quick to get started like a spreadsheet, but enables an
incremental transition to a custom application when the solution grows to require a general purpose language.

## Developing

Prepare dependencies

npm install
npm rum pom

Start dev server

npm run start
open http://localhost:8080

Start Firebase Local Emulator Suite

npm run emulators
open http://localhost:4000

Run tests in the browser

npm run start
open http://localhost:8081

Run tests on the command line

npm run start
npm run autotest