After making my first AngularJS2 on NodeJS through the WebPack I wanted to use the same technology on ReactJS:
AngularJS2 doesn’t allow to use the <script> tag and the only way for making a project using that technology is using NPM:
install all dependencies on NodeJS using NPM including the WebPack
deploy the application [...]