Closed flyingant closed 8 years ago
Hi, we mainly use this library debug for debugging and my best friend console.log
, and I don't think there have an IDE for loopback, it just a framework based on node.js, so I think just use the tool that you used for developing JS is enough.
Hi @flyingant, I guess you are wondering how to developer nodejs application with the debugging experience like Java, C#. You can use IDE like https://www.jetbrains.com/webstorm/. Nearly the same debugging experience.
By the way, there is a small styling problem in your current demo site.
If we add more talks, and let's scroll down.
The background color become weird.
Another suggestion: It's better for you to remove the https://github.com/flyingant/test-fullstack/blob/master/app/build/app.bundle.js in git repo, since it's not your source code and it will make git repo became a giant size.
Building the bundle in server instead of build and commit it to repo.
Hi, MaYi, I'm Jan, and here to review your CSS work. Could you try to make the interface be simply styled if you have a next step, no need to over do it, align the boxes & make the style consistent is enough. It'll be better for us to know your basics of layout.
Thanks.
@EcutDavid @wwayne Thanks for your advices. Yep, I'm gonna fix the css issue and remove the .bundle file in source code tree later.
@z4rd Hi, Jan. Thank you! I am gonna take your advices and it would be grateful if you could guide me to make it better.
Thanks.
Hi, I am Liu Cheng (aka 'MaYi').
After had a nice talk at WiredCraft office this Monday, I was assigned to build this app with React and Loopback, Redis.
Well I'm really new on nodejs, loopback and redis and start to study everything from Tuesday then I am stuck when developing the loopback-based back-end server today and hope you guys could help to provide some advices to me.
Also in the past two days, I spent a few hours and finished the code for front-end web application and built a very simple java-based server for testing. Vist the link http://staging.flyingant.me/i/home to check out.(^_^). Later I will use the loopback-based server instead my test server.
Thanks