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

Template application for racket templates #276

Open
spdegabrielle opened this issue Nov 20, 2021 · 6 comments
Open

Template application for racket templates #276

spdegabrielle opened this issue Nov 20, 2021 · 6 comments

Comments

@spdegabrielle
Copy link
Contributor

Would you be up for creating a simple template application for racket templates?

The idea is to make it easier for users to get started with RacketScript

Maybe the playground source would be appropriate ?

https://github.com/racket-templates

@stchang
Copy link
Member

stchang commented Nov 29, 2021

So would it be appropriate to just copy the files from the playground?

@spdegabrielle
Copy link
Contributor Author

Whatever you think would be best for getting someone new to RacketScript started?

is RacketScript playground written in RacketScript?

@spdegabrielle
Copy link
Contributor Author

I'd like to get the template into a state where a user could click to deploy - is something like Glitch possible?

https://dev.to/glitch/adding-a-remix-on-glitch-button-to-your-github-project-515c

@stchang
Copy link
Member

stchang commented Dec 15, 2021

I've never used Glitch but iiuc it would be the compiled js that is deployed? So would that still be useful?

@stchang
Copy link
Member

stchang commented Dec 15, 2021

is RacketScript playground written in RacketScript?

Yes, both client and server are 100% rs, but there are a lot of ffi calls to libraries like express

@stchang
Copy link
Member

stchang commented Dec 31, 2021

I ported the example node app from glitch.com: https://github.com/racketscript/glitch-template

It's set up so someone could clone and easily deploy by just typing make

You can see it running here: http://dev.racketscript.org:8080/

I've never used racket templates, but you can add this as an example there if you think it makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants