TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Noderize – Create Node apps in 30 seconds

85 点作者 CraftThatBlock大约 7 年前

10 条评论

Kequc大约 7 年前
It seems like a strange set of tooling and I don&#x27;t get to configure it how I like.<p>Why would I want to use Babel to compile server side code rather than just use the latest version of Node? It&#x27;s actually doing two compilation steps because it&#x27;s got TypeScript in there too, which is also a compiler. It uses Jest for testing, which is primarily designed for React.<p>I haven&#x27;t found my preferred environment scaffolding yet. As I go I find better and better ways to set up my app and usually it&#x27;s pretty app specific. If I did find a great scaffolding tool I think it would be one I have full control over. Maybe a lot more like Yeoman which has been around for quite a while.<p>You can do a lot even without scaffolding, just npm init and git init.
评论 #16618109 未加载
评论 #16618110 未加载
评论 #16617787 未加载
评论 #16618148 未加载
评论 #16623049 未加载
评论 #16623011 未加载
CraftThatBlock大约 7 年前
Author here! Let me know of any questions or suggestions for the project.<p>Quick links:<p><a href="https:&#x2F;&#x2F;noderize.js.org" rel="nofollow">https:&#x2F;&#x2F;noderize.js.org</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;Cretezy&#x2F;Noderize" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Cretezy&#x2F;Noderize</a>
brianzelip大约 7 年前
Just noticed the docs have a tutorial on creating a command line interface app[0]. Thanks for this. Would love to read the next steps involved in making the app accessible with with just `fibonacci`, as opposed to `npm start fibonacci`.<p>[0]<a href="https:&#x2F;&#x2F;noderize.js.org&#x2F;docs&#x2F;tutorials-cli.html" rel="nofollow">https:&#x2F;&#x2F;noderize.js.org&#x2F;docs&#x2F;tutorials-cli.html</a>
评论 #16618156 未加载
评论 #16618159 未加载
评论 #16622262 未加载
partycoder大约 7 年前
I do not recommend using npx. Any typo can result in downloading a malicious package published using a similar name.
评论 #16618677 未加载
评论 #16618591 未加载
numbers大约 7 年前
Is there something like this that <i>is</i> a template for server-side node apps? My experience with node has been small scripts and build configs but I would love to find a template to start with. Any recommendations are appreciated!
评论 #16622053 未加载
daliwali大约 7 年前
From what I understand, it installs a bunch of opinionated packages and then you&#x27;re on your own. This isn&#x27;t the same as &quot;create a useful app in 30 seconds&quot;.
txmjs大约 7 年前
Cool initiative, would be great to see an &quot;eject&quot; command similar to what CRA provides so that the user can expose all of the configs if they wish.
wambotron大约 7 年前
While I appreciate the value people get from TypeScript, I do not use it and would prefer if it were optional (along with babel). Looks ok otherwise.
评论 #16619193 未加载
dr01d大约 7 年前
Someone needs to figure out how to do this in 20 seconds and then they would really have something.
评论 #16625395 未加载
diroussel大约 7 年前
It’s not clear why one would use this instead of yeoman. Perhaps the docs could mention that?
评论 #16618147 未加载