/javascript-spa-simple

A simple SPA web application using Javascript, Webpack and Sass

Primary LanguageJavaScript

Vanilla SPA

A simple example of a Single Page Application using Javascript, HTML, and CSS.

Tools used in this example are:

  • Webpack
  • Sass

Installation

First install dependencies

npm install

To run the example in development mode

npm start

To build the project

npm run build