Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitfede/directorywebsite-generic
a template to create list websites
https://github.com/bitfede/directorywebsite-generic
Last synced: 18 days ago
JSON representation
a template to create list websites
- Host: GitHub
- URL: https://github.com/bitfede/directorywebsite-generic
- Owner: bitfede
- Created: 2019-02-07T02:03:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T04:09:41.000Z (almost 6 years ago)
- Last Synced: 2024-11-20T23:19:37.102Z (3 months ago)
- Language: JavaScript
- Size: 212 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# directorylist
## CLI Commands
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# test the production build locally
npm run serve# run tests with jest and preact-render-spy
npm run test
```For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).