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

https://github.com/fabrix-app/example-app

Fabrix Example App
https://github.com/fabrix-app/example-app

example fabrix nodejs typescript

Last synced: 10 months ago
JSON representation

Fabrix Example App

Awesome Lists containing this project

README

          

# example-app

[![Gitter][gitter-image]][gitter-url]
[![Build Status][ci-image]][ci-url]
[![Test Coverage][coverage-image]][coverage-url]
[![Dependency Status][daviddm-image]][daviddm-url]
[![Follow @FabrixApp on Twitter][twitter-image]][twitter-url]

An example Fabrix Application that uses Hapi, Sequelize, and more to demonstrate Fabrix.

## 1. Install
Clone or fork this repository and then run:
```sh
$ npm install
```

## 2. Build
The src must be built.
```sh
$ npm run build
```

## 3. Start
Then Start the server.
```sh
$ node dist/server
```

## License
MIT

[ci-image]: https://img.shields.io/circleci/project/github/fabrix-app/example-app/master.svg
[ci-url]: https://circleci.com/gh/fabrix-app/example-app/tree/master
[daviddm-image]: http://img.shields.io/david/fabrix-app/example-app.svg?style=flat-square
[daviddm-url]: https://david-dm.org/fabrix-app/example-app
[gitter-image]: http://img.shields.io/badge/+%20GITTER-JOIN%20CHAT%20%E2%86%92-1DCE73.svg?style=flat-square
[gitter-url]: https://gitter.im/fabrix-app/fabrix
[twitter-image]: https://img.shields.io/twitter/follow/FabrixApp.svg?style=social
[twitter-url]: https://twitter.com/FabrixApp
[coverage-image]: https://img.shields.io/codeclimate/coverage/github/fabrix-app/example-app.svg?style=flat-square
[coverage-url]: https://codeclimate.com/github/fabrix-app/example-app/coverage