-
Notifications
You must be signed in to change notification settings - Fork 17
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
[Example] NextJS + NextWS + Strapi [Dockerized] + [create-script] #31
Comments
Alright, I've implemented your basic example and it is working PERFECTLY with nextjs 14.1.4
Notes:
To bring up the stack locally: npx create-nextws@latest Please make sure you provide the CLIENT_IDs and CLIENT_SECRETs via the |
Just saw your messages on Discord. |
Added a small layer of security:
Other Notes:
Parts of intresting code: |
@apteryxxyz THANK you sooo much for this wonderful project. I think, this piece is THAT GOOD, it should be included within the official nextjs....
I am at a very early stage of using your project but I have implemented it already in my app stack template, and also started developing a create-script to scaffold the whole app-stack in a docker-compose.
i thought i share it with you, maybe its helpful for someone
To get started you can use
After that you have the complete stack up and running:
that script can also guide you through customization. see more here:
https://github.com/YeonV/create-nextws
the base repo of the app-stack is here:
https://github.com/YeonV/meeting
Notes
NextWS is used for (WIP):
Docker is needed (to benefit from full potential)
The text was updated successfully, but these errors were encountered: