Skip to content

A Simple Multi-page Single Page Application built with Angular.js and Bootstrap.

Notifications You must be signed in to change notification settings

davristiadi/StarWars-SPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Star Wars Repository

A multi-page Single Page Application powered by Angular.js and Bootstrap and uses Star Wars API by swapi.co.

Requirement

To run this project, you will need these softwares to be installed.

  • Python: We will need this to create our own local webserver.
  • Git: Use the installer for your OS.

Getting Started

Open Terminal, and clone this repository.

git clone https://github.com/davidkurnia94/StarWars-SPA.git app

You can rename app with a name of your liking. Next, change to the directory you have just cloned.

cd app

Next, we are going to create a SimpleHTTPRequest to create a local webserver which is needed to run this project in your browser.

python -m SimpleHTTPServer 8000

Now, go to localhost:8000 to see it in action.

Few Notes

  • If somehow python -m SimpleHTTPServer 8000 isn't working, try using python -m http.server 8000.
  • For Safari users, if you are experiencing issue with the website not displaying any data, it is due to Cross-Origin Restrictions. To disable this, go to Develop > Disable Cross-Origin Restrictions.
  • This repository is also available at BitBucket.

About

A Simple Multi-page Single Page Application built with Angular.js and Bootstrap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published