Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alun-price/reelmovies
Repo for movie website from AngularJS tutorial with my own stying
https://github.com/alun-price/reelmovies
Last synced: 4 days ago
JSON representation
Repo for movie website from AngularJS tutorial with my own stying
- Host: GitHub
- URL: https://github.com/alun-price/reelmovies
- Owner: Alun-Price
- Created: 2016-01-18T16:17:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T10:26:16.000Z (about 2 years ago)
- Last Synced: 2024-11-08T16:15:01.155Z (about 2 months ago)
- Language: JavaScript
- Size: 1.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mdb-nav
This project is a version of a student project used for
learning the AngularJS frame work.It uses the MoviesDB Api as its basis see http://docs.themoviedb.apiary.io/#
To clone the application use the usual git clone command from a command tool
1/ git clone https://github.com/lillylangtree/mdb-nav.git
2/ the clone will create a mdb-nav folder in the current folder
The application includes a package.json file which will allow you to run a
local http server. You need to have npm installed to do this.cd to mdb-nav folder, the git clone creates this folder for you
1/ issue command npm start
2/ in a browser navigate to localhost:8000 (you can change the port setting
in the package.json file if you wish)3/ Home page should appear
If you don't have npm installed you can still run the application just
copy the main folder to where your files get served from locally