Open brunobuddy opened 1 month ago
Hi, I'd like to work on the React example!
I'd like to work under this issue
Hi @ChinoUkaegbu and @dawipayandas . Which frontend do you want to work with? @brunobuddy FYI
I can work on React.
Just wondering what version of npm I should use for installing manifest. I'm getting a few errors when using Node.js v20.10.0 and I suspect it's as a result of that.
@ChinoUkaegbu can you send me a screenshot of your errors ?
@ChinoUkaegbu it is not tested on Windows, sorry.... Only Mac and Linux for now
Hey @brunobuddy! I'd love to tackle the Svelte one ;). Is it still available?
@ChinoUkaegbu I just released a version that fixes that issue on Windows !
@LLxD yes !
Thanks! I'll continue working on the React example.
Got this error when trying to run the angular example :( Manifest installed without errors but running npm run dev
is resulting in this:
Good news and bad news:
I got the manifest backend to work. Had to change the nodemonPath in watch.js
to end with nodemon.cmd
instead of nodemon
since that's the Windows specific executable for nodemon. Shown below:
I'm not sure how to modify the script to handle cross-platform compatibility? I think npx can handle that?
I'll work on the Angular error next but it still persisted.
@ChinoUkaegbu sorry I did not explain to you that you had to get the latest version of the "manifest" package. I updated it on the "main" branch you can pull it and it should fix the issue
I believe I was working off the latest version. I pulled the changes before starting.
The errors I got two weeks ago were with adding manifest using npx add manifest
but they were resolved with the latest update! Now the errors from two days ago were with npm run manifest
which was because of the nodemon
executable not being compatible with windows but that was resolved like I mentioned above when I used nodemon.cmd
instead.
Hey @brunobuddy! Added a PR for the svelte example. Could you give it a check pls? ;)
We built a demo repo to showcase the integration of Manifest with different frontend frameworks.
The demo is based on the popular TodoMVC website that compares the differents frameworks building the same todo app. In our use case we added a small Manifest backend with a db for persistant data:
We need now to create frontend examples based on the TodoMVC ones:
How to submit a demo
/examples
folder and connect it to the backendnpm run dev
script in the package.json