1.1.3 • Published 5 years ago
@axca/reax v1.1.3
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
© 2020 Axca Systems Inc.