Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages