Skip to content

HackToHelpUTD/spa-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPA Example

SPA - Single Page Application This SPA example has been created to demonstrate what a SPA looks like and how it is programmed. This example does not include or talk about routing.

This application does NOT take care of error handling propering. This example is only intended to show how a very very basic single page application can be implemented. Do not use this example to understand JS concepts other than single page application.

Running this locally

  • git clone https://github.com/HackToHelpUSA/spa-example.git
  • cd spa-example
  • npm install
  • npm start
  • Go to localhost:3000 on your browser

About

Single Page Applications Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published