1.1.3 • Published 6 years ago

aquis v1.1.3

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Aquis - Isomorphic React Framework

Minimal Project Structure

To use Aquis your project must have at least the following files. Here's a working example

--- Project Root
	|- static/
    	|- index.html
    |- index.js

index.js

Must export your <App/> element

index.html

Must contain %app% inside the html, so Aquis can know where to inject the app's generated html.

Running

To run Aquis simply execute aquis in your project root

Routing

Aquis bases it's routing upon react-router-dom, whenever you would import a Router element from react-router-dom simply import it from Aquis instead.