CMS developed using ReactJS and NodeJS as back end server and authentication with JWT (JSON Web Token). You will need to create a reverse proxy to use the backend as node js runs on port other than 80 and 443. (on localhost you don't need to, just edit the apiUrl to localhost:3333).
It is...
TrinityJS is a ReactJS inspired web framework solely made for the purpose of being fast, simple and lightweight.
Example of usage: https://github.com/marcus-sa/trinity-js/tree/master/test/client
Features:
Reusable components
Routing
Store
Authentication wrappers for routing through store...