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

https://github.com/semibran/template-app

tiny web app template
https://github.com/semibran/template-app

Last synced: 5 months ago
JSON representation

tiny web app template

Awesome Lists containing this project

README

          

# {{project.id}}
> {{project.description}}

## development
To get started, clone this repo and enter the following commands.
```sh
> scaffy # replace template tags
> pkg-bump # update package.json dep versions
> npm i # install deps
> make watch # watch files; requires make 3.8.2+
```