Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emyann/moviemash
A movie game sample with AngularJs and Firebase
https://github.com/emyann/moviemash
Last synced: 23 days ago
JSON representation
A movie game sample with AngularJs and Firebase
- Host: GitHub
- URL: https://github.com/emyann/moviemash
- Owner: emyann
- License: mit
- Created: 2015-04-04T13:34:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T07:37:08.000Z (almost 9 years ago)
- Last Synced: 2024-10-30T21:09:55.625Z (2 months ago)
- Language: JavaScript
- Homepage: http://emyann.github.io/MovieMash
- Size: 5.97 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MovieMash
A movie game sample with AngularJs and Firebase### Prerequisites
I have preconfigured `npm` to automatically run `bower` so we can simply do:
```
npm install
```
### Launch the AppSimply run
```
npm start
```
and the application will run and be hosted on a local server on port 8000