@axca/reax

Reax

Usage no npm install needed!

<script type="module">
  import axcaReax from 'https://cdn.skypack.dev/@axca/reax';
</script>

README

Axca Reax

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

Build Status Version Downloads License

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.