1.1.3 • Published 5 years ago

@axca/reax v1.1.3

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
5 years ago

Axca Reax

Axca Reax is an open source React project. It is used to bootstrap Axca applications.

Installation

npm install @axca/reax

Usage

import reax from '@axca/reax'
import HelloWorld from './components/HelloWorld'

reax.serveStatic('/static')

reax.route('/', HelloWorld)

reax.startServer(process.env.PORT)

Documentation

You can find the Reax documentation on the website.

License

GPL-3.0.

© 2020 Axca Systems Inc.

1.1.3

5 years ago

1.1.0

5 years ago

1.1.2

5 years ago

1.0.0

5 years ago