Foundation-spa-react
Foundation-spa-react copied to clipboard
Does this use Nodejs for serverside rendering? Do you use IISNode? Or is the FE rendering clientside (JavaScript) only? Or do you render the content in C#/.Net and run React...
Hi, Regading the EPiforms functionality that is used in this project. I test send a form after I set up the project locally. What it does it submit to the...
Have managed to get this project set up so I can run the front-end. Is there a login for the CMS though so I can see how it all looks...
I followed all installation instructions and have all prerequisites installed and done. Still every time I try to install/run setup.cmd I get these errors. I tried it on two different...
Hi. I'm getting this error during NPM Install and build, when running `setup.cmd` This is the full error: ``` npm WARN prepare removing existing node_modules/ before installation npm ERR! Error...
Hello, I'm evaluating this project for a commercial use case. 🙂 Is the `epi-sync-models` package public yet, since `npx epi-sync-models` fails to do anything and gives the error `'epi-sync-models@latest' is...
**Describe the bug** README misses the dependency on Microsoft Visual C++ Redistributable for Visual Studio 2019, causing the Server Side Rendering to break.
Foundation code uses next.js ISG (incremental static generation) to prebuild the pages and SWR to fetch the content client side. I have personalized block in my content area, for example...
The new way of doing routing i next.js is the App Router. The Foundation SPA React project should reflect that.