Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).