Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmturley/angularjs-material-firebase
AngularJS Material Firebase example app
https://github.com/kmturley/angularjs-material-firebase
Last synced: 8 days ago
JSON representation
AngularJS Material Firebase example app
- Host: GitHub
- URL: https://github.com/kmturley/angularjs-material-firebase
- Owner: kmturley
- Created: 2017-02-21T01:32:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T21:46:21.000Z (over 7 years ago)
- Last Synced: 2024-11-13T22:27:00.253Z (2 months ago)
- Language: JavaScript
- Homepage: https://kimturley.co.uk/angularjs-material-firebase/dist/index.html
- Size: 647 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angularjs-material-firebase
Example using the following libraries:
* AngularJS
* angular-material
* angularfire## Installation
Ensure you have Node and NPM installed using the instructions at:
[https://nodejs.org/download/](https://nodejs.org/download/)
Install the project dependancies using:
npm install
Create a file at /src/components/shared/Firebase.js containing your settings:
firebase.initializeApp({
apiKey: 'ABC123',
authDomain: 'yourapp.firebaseapp.com',
databaseURL: 'https://yourapp.firebaseio.com',
storageBucket: 'yourapp.appspot.com',
messagingSenderId: '01234'
});## Usage
Run the local server using the command:
npm start
Then view the site at:
http://localhost:8181/
## Deployment
Use the build command to optimise
npm run build
## Directory structure
src/ --> Frontend sources files
## Contact
For more information please contact kmturley