For the rest of this guide, we will stick with Typescript 3.x. The power of its’ type system, combined with javascript’s flexibility and capacity for universal apps means it’s a solid choice to build a new web application with.

And of course, this is my personal guide, and I enjoy it.

  1. Setup Node.js and NPM.
  2. Get started with Typescript
  3. Setup TS Lint for better standards

Additional Notes

  • Having trouble with TS and webpack dynamic imports? Click here
Home | Go back