Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forsakenharmony/helpdesk-feathers
https://github.com/forsakenharmony/helpdesk-feathers
feathers nodejs preact react redux
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/forsakenharmony/helpdesk-feathers
- Owner: ForsakenHarmony
- License: mit
- Created: 2017-01-31T21:36:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T08:46:40.000Z (over 2 years ago)
- Last Synced: 2024-12-10T16:42:03.978Z (about 2 months ago)
- Topics: feathers, nodejs, preact, react, redux
- Language: JavaScript
- Size: 118 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helpdesk-feathers
[![Travis](https://travis-ci.org/ForsakenHarmony/helpdesk-feathers.svg?branch=master)](https://travis-ci.org/ForsakenHarmony/helpdesk-feathers)
## About
This project uses [Feathers](http://feathersjs.com) and [preact](https://github.com/developit/preact)
## Getting Started
1. Make sure you have [NodeJS](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.
2. Install your dependencies (you can also use yarn instead of npm)
```
cd path/to/helpdesk-feathers; npm install
```
3. (you currently have to copy the font awesome fonts into the public folder)
4. Start your app
```
npm start
```## Testing
Simply run `npm test` and all your tests in the `test/` directory will be run.
(requires `NODE_ENV` to be set to `production`)
## Changelog
__0.1.1__
- Update Readme
- Add Travis
- Minor fixes
- Formatting__0.1.0__
- Initial release
## License
Copyright (c) 2017
Licensed under the [MIT license](LICENSE).