Closed cartonalexandre closed 5 years ago
@anishkny Hi Anish, I just finish implementation. I don't know how can I host it to have an online demo
Looks great. Couple of notes:
dist
folder from the repo as a best practice (just add it to .gitignore
file).For a demo, you have a few options:
We can discuss over at your repo...
Great work! 🎉🎉🎉
Thanks for your feedback, issue is fixed. I think I can't ignore dist because dist/index.html isn't generated from another folder. I added demo link on readme
Thanks for adding! Please send a PR adding your project to etc/frontend-repos.yaml
One more thing that is very useful to people who want to learn is adding a CI build for your repo - it also ensures high quality going forward. Would you be able to setup say TravisCI for building your project?
I am going to start building the Realworld application using Imba.
Imba treats DOM elements as a first-class citizens. These elements are compiled to an inline dom, which is an
order of magnitude fasterthan todays virtual dom implementations.
The project repository : imba-realworld-example-app
Work in progress
Feel free to help me 😃