This repo has just finish its first ever iteration. I use this and some small personal projects to experiment with spair. Spair has no community and no styleguides or best practices, so, I leave the rest of this README unchange as provided by the starter kit. Just some lines to provide first looks:
/types
is copied from this. Practically, it can be use for both backend and frontend./services
has the same origin as/types
, but I modified this to experiement withgloo-net
as well as avoid some clones./lib
the real source code for the Realworld App is here, I made this because I don't know how to usetrunk
to build the app with feature flag./realworld_gloo_net
and/realworld_reqwest
which are powered bygloo-net
andreqwest
respectively. You cancd
to this and runtrunk build --release
.
[YOUR_FRAMEWORK] codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
This codebase was created to demonstrate a fully fledged fullstack application built with [YOUR_FRAMEWORK] including CRUD operations, authentication, routing, pagination, and more.
We've gone to great lengths to adhere to the [YOUR_FRAMEWORK] community styleguides & best practices.
For more information on how to this works with other frontends/backends, head over to the RealWorld repo.
Describe the general architecture of your app here
npm install, npm start, etc.