A simple example of a Single Page Application using Javascript, HTML, and CSS.
Tools used in this example are:
- Webpack
- Sass
First install dependencies
npm install
npm start # to execute in development mode
npm run build # to compile project to production