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
- Host: GitHub
- URL: https://github.com/fabrix-app/example-app
- Owner: fabrix-app
- License: other
- Created: 2018-07-01T22:40:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:54:09.000Z (about 3 years ago)
- Last Synced: 2025-03-24T03:53:18.819Z (10 months ago)
- Topics: example, fabrix, nodejs, typescript
- Language: TypeScript
- Size: 426 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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