Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meteor web gui skeleton #67

Merged
merged 3 commits into from
Feb 23, 2024
Merged

Meteor web gui skeleton #67

merged 3 commits into from
Feb 23, 2024

Conversation

HenrithicusGreenson
Copy link
Collaborator

This PR adds the genisys/server/external directory, which contains the basic skeleton of a MeteorJS project for use in developing the web GUI for Genisys.

Output from running:
"
meteor create external
cd external
meteor npm install
"
@HenrithicusGreenson HenrithicusGreenson linked an issue Feb 22, 2024 that may be closed by this pull request
@HenrithicusGreenson HenrithicusGreenson marked this pull request as ready for review February 22, 2024 19:47
@wreiske
Copy link
Collaborator

wreiske commented Feb 22, 2024

I noticed you started with React. If you do meteor create genisys --blaze it will create it with Blaze instead of React. I think it will be much easier for everyone to use Blaze for this proof of concept!

https://www.blazejs.org/guide/introduction.html
https://blaze-tutorial.meteor.com/

Feel free to reach out with any questions you might have. I recommend using https://packosphere.com/communitypackages/picker for the server side APIs.

@HenrithicusGreenson HenrithicusGreenson merged commit c1d3267 into main Feb 23, 2024
10 checks passed
@HenrithicusGreenson HenrithicusGreenson deleted the meteor-web-gui branch February 23, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create MeteorJS skeleton files to branch off of
5 participants