You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.
Tram-One needs more examples! It's a strong framework, but without real examples to vet it, it's difficult to see what it's lacking compared to other frameworks. I believe if we have more examples, then we will be able to see edge-cases and things that are lacking in Tram-One.
Adding an Example!
To add an example, you can build an app generated with tram-one-express , and once you've finished building it, make a PR on this repo, adding the important source files under a folder in /apps (it can follow a similar structure to the generated app, you should only need to copy over the pages, elements, actions, and index.js).
index.js should be a copy of main.js, however instead of starting the app, simply export the app object.
If you have any questions on getting started, building the app, or publishing it here, join the slack and I'll be happy to help anyone along!
The text was updated successfully, but these errors were encountered:
Summary
Tram-One needs more examples! It's a strong framework, but without real examples to vet it, it's difficult to see what it's lacking compared to other frameworks. I believe if we have more examples, then we will be able to see edge-cases and things that are lacking in Tram-One.
Adding an Example!
To add an example, you can build an app generated with tram-one-express , and once you've finished building it, make a PR on this repo, adding the important source files under a folder in
/apps
(it can follow a similar structure to the generated app, you should only need to copy over the pages, elements, actions, andindex.js
).index.js
should be a copy ofmain.js
, however instead of starting the app, simply export the app object.If you have any questions on getting started, building the app, or publishing it here, join the slack and I'll be happy to help anyone along!
The text was updated successfully, but these errors were encountered: