Skip to content

A simple SPA web application using Javascript, Webpack and Sass

Notifications You must be signed in to change notification settings

mjohnnahdev/javascript-spa-simple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.0%
  • HTML 25.8%
  • SCSS 5.2%