Node.js + TypeScript Starter For Your Next Project
Straightforward Node.js & TypeScript Starter#nodejs#typescript#webdev#beginnersFebruary 17, 2020 ยท 1 min read
If you're a beginner that wants to learn TypeScript and Node, this starter may be the best choice for you. You won't need to configure anything in order to be able to develop and build your project, just clone it, install the dependencies and launch the development script, the rest is in your hands!
The current configuration handles polyfills for you using Babel, lints your code using ESLint, and makes sure everything is correct when you attempt to submit a new commit.
Here's the repo: HorusGoul/node-ts-starter
I hope you like it, make me know if there's anything you'd like to see included or about any issue that you encounter while using it.
๐