Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanheral/taskr-servor
taskr-servor
https://github.com/ivanheral/taskr-servor
Last synced: 4 days ago
JSON representation
taskr-servor
- Host: GitHub
- URL: https://github.com/ivanheral/taskr-servor
- Owner: ivanheral
- License: mit
- Created: 2020-07-25T18:34:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T10:27:08.000Z (about 4 years ago)
- Last Synced: 2024-10-29T20:55:05.209Z (17 days ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# @taskr/servor [![npm](https://img.shields.io/npm/v/taskr-servor.svg)](https://npmjs.org/package/taskr-servor)
> [Servor](https://github.com/lukejacksonn/servor) for [Taskr](https://github.com/lukeed/taskr).
## Install
```
$ npm install --save-dev taskr taskr-servor
```## Usage
Check out the [documentation](https://github.com/lukejacksonn/servor) to see the available options.
```js
import ts from 'taskr-servor';
ts.start({
root: "dist",
port: "8080",
});
```## Support
Any issues or questions can be sent to the [Taskr monorepo](https://github.com/lukeed/taskr/issues/new).
Please be sure to specify that you are using `taskr-servor`.