/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
npm start # to execute in development mode
npm run build # to compile project to production