12/08/2018, 15:52

Quick Webpack set up for Single Page Applications

With development of Javascript frameworks and plenty of new features, introduced in HTML5, single page applications had become very popular among web developers and finally allowed to separate frontend development from backend. In this article I am going to give step-by-step guide to create an ...

With development of Javascript frameworks and plenty of new features, introduced in HTML5, single page applications had become very popular among web developers and finally allowed to separate frontend development from backend.

In this article I am going to give step-by-step guide to create an SPA with webpack.

Let’s begin!

Basic installation

Let’s prepare our project

0