-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Feature request: Add Node.js integration tutorial #12964
Comments
Can you clarify what exactly you are looking for? The link you provided is within a Node.js environment. It instructs you to install typescript via |
All the tutorials seem to be targeted at developers writing browser side JavaScript. I'd like a tutorial on setting up an Express app for example. I believe there are some compiler options like Maybe just linking to a few open source libraries that use TypeScript on GitHub would help immensely. As a comparison, the "getting setup" guides for Babel feels more complete: http://babeljs.io/docs/setup/ |
I think this is reasonable. In general I'd like for us to have a decent Express tutorial, or something along those lines. |
To add to this (to whomever picks this up), some roadblocks I hit when converting an Node+ES6 project to Node+TS2.2:
A 2-3 module Express tutorial would be a solid base to start from. |
I'm working on one right now. Let me know if you're interested in reviewing and/or helping me make it better! |
Would love to review it!
…On Wed, Apr 12, 2017 at 9:28 AM Bowden Kelly ***@***.***> wrote:
I'm working on one right now. Let me know if you're interested in
reviewing and/or helping me make it better!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12964 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABIcDO1aV-d1qd6Ge1R0q3F7XATBMqVks5rvPu8gaJpZM4LOtPL>
.
|
Sorry for the horribly slow response @elithrar... I lost track of this thread in my notifications >< https://github.com/bowdenk7/express-typescript-starter |
@bowdenk7 Hah! I also created a really simple starter (https://github.com/elithrar/node-typescript-starter) around the same time. Yours is definitely more complete, and definitely more useful if you're starting an Express app, whereas mine is a minimal as possible (e.g. just a base). (nice work) |
Nice! We should compare notes. I see you have |
We're trying to scope down the TS documentation to "stuff only we know how to document". I think this is broadly covered by other resources on the internet by now. |
I wanted to try typescript in a Node.js environment but documentation on https://www.typescriptlang.org/docs/tutorial.html is lacking. Maybe add a "Node.js" tutorial in the "Tutorial" submenu.
The text was updated successfully, but these errors were encountered: