Language (Concrete)
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.
- Setup Node.js and NPM.
- Get started with Typescript
- Setup TS Lint for better standards
Additional Notes
- Having trouble with TS and webpack dynamic imports? Click here