Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrapping a TypeScript + Node.js Project #3

Open
utterances-bot opened this issue Mar 26, 2021 · 2 comments
Open

Bootstrapping a TypeScript + Node.js Project #3

utterances-bot opened this issue Mar 26, 2021 · 2 comments

Comments

@utterances-bot
Copy link

utterances-bot commented Mar 26, 2021

Bootstrapping a TypeScript + Node.js Project

Guide for bootstrapping a minimal TypeScript + Node.js project with modern tooling (March 2021).

https://www.metachris.com/2021/03/bootstrapping-a-typescript-node.js-project/

Copy link

majodev commented Mar 26, 2021

Nice job chris, esbuild looks highly promising for TypeScript backends, though it not seems to ready for most frontend (webpack) related tasks yet.

Copy link
Owner

Hey Mario 👋 . Thanks, and yeah - esbuild does looks interesting and promising! It's stunningly fast, which is a real pleasure. And it has a pretty versatile plugin API for extensions.

Too bad that hot module replacement is not implemented in esbuild (see #97). One of the things I really appreciate in webapp bundlers. Here are the webpack HMR docs for reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants