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

https://github.com/nolyme/oly

A set of libraries to create well-written TypeScript applications with Koa and React.
https://github.com/nolyme/oly

koa nodejs oly react typescript

Last synced: 23 days ago
JSON representation

A set of libraries to create well-written TypeScript applications with Koa and React.

Awesome Lists containing this project

README

        


OLY


oly is a set of libraries to create well-written
TypeScript
applications with Node.js® and browsers.



This set is based on popular projects, such as
Koa
and
React.


travis
codecov


```ts
import { Kernel } from "oly";

Kernel
.create(/* store */)
.with(/* services & providers */)
.start()
.catch(console.error);
```

### Getting started

| | |
|----------------------------------------------------:|----------------------------------------|
| [CORE](https://nolyme.github.io/oly/#/m/oly) | Dependency injection, store and event emitter in one place. |
| [API](https://nolyme.github.io/oly/#/m/oly-api) | REST API with koa and decorators. |
| [REACT](https://nolyme.github.io/oly/#/m/oly-react) | React, SSR and Routing. |