FaztWeb / javascript-spa-simple

A simple SPA web application using Javascript, Webpack and Sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple SPA web application using Javascript, Webpack and Sass


Languages

Language:JavaScript 69.0%Language:HTML 25.8%Language:SCSS 5.2%