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
- Host: GitHub
- URL: https://github.com/semibran/template-app
- Owner: semibran
- Created: 2020-10-31T17:04:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-02T03:26:29.000Z (over 5 years ago)
- Last Synced: 2025-04-06T13:12:38.675Z (about 1 year ago)
- Language: Makefile
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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+
```