I will show in this article how to use Webpack for bundling our front-end JavaScript projects. Webpack is a tool which allows us to code our JavaScript front-end application and divide our code on modules, separated files with view (html), logic (js) and styles (css), and gather all files into single html, javascript and css file with its transpilation (e.g.…
Tag: typescript
I will show you in this article how to build totally the easiest REST API build with NodeJS with Express plugin with TypeScript in place. This may sound as hard task to do, but with this short tutorial you will get everything working in just a few easy steps. You will be able to proceed further on your own. What…