Skip to content
/ oly Public

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

License

Notifications You must be signed in to change notification settings

nolyme/oly

Repository files navigation

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

import { Kernel } from "oly";

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

Getting started

CORE Dependency injection, store and event emitter in one place.
API REST API with koa and decorators.
REACT React, SSR and Routing.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published