https://github.com/adrielcodeco/pii-application
A structured web application
https://github.com/adrielcodeco/pii-application
Last synced: 8 months ago
JSON representation
A structured web application
- Host: GitHub
- URL: https://github.com/adrielcodeco/pii-application
- Owner: adrielcodeco
- License: mit
- Created: 2018-06-01T14:52:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T16:36:18.000Z (over 7 years ago)
- Last Synced: 2025-01-20T18:16:58.566Z (over 1 year ago)
- Language: TypeScript
- Size: 770 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Pii Application](https://github.com/adrielcodeco/pii-application)
Pii Application is a structured web application
[](http://standardjs.com)
[](https://travis-ci.org/adrielcodeco/pii-application)
[](https://ci.appveyor.com/project/adrielcodeco/pii-application/branch/master)
[](https://coveralls.io/github/adrielcodeco/pii-application?branch=master)
[](https://npmjs.org/package/@pii/application)
## Installation
```
npm i -S @pii/application
```
## Requirements
* NodeJS version >= 6
## Documentation
* [Quick Start](https://github.com/adrielcodeco/pii-application/quick-start.html)
* [Examples](https://github.com/adrielcodeco/pii-application/examples.html)
## Examples
Here is a simple example to get you started:
index.ts
```ts
import { Application } from '@pii/application'
const app = new Application()
app.run()
```
### License
This project is [MIT licensed](./LICENSE).