lepsta / vanilla-spa

An example application illustrating how to build single-page-applications using pure javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanilla SPA

This project demonstrates how to create a single page application using Javascript. To runs this static application, a program like serve can be used.

Installation

To install the serve command, you can run this:

npm install --global serve

Note: You will need to install Node Package Manager from here

Run the application

To run the application, you can use the serve command like this:

serve -l 8080

After running this, you will be able to view the application at http://localhost:8080.

Templating library

The project also uses a templating library called Mustache. See the details here: https://github.com/janl/mustache.js

About

An example application illustrating how to build single-page-applications using pure javascript.

License:MIT License


Languages

Language:HTML 62.7%Language:JavaScript 37.1%Language:Shell 0.2%