This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd library-app
npm install
ember serve
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.
###Firebase
<script src="https://www.gstatic.com/firebasejs/4.1.2/firebase.js"></script> <script> // Initialize Firebase var config = { apiKey: "AIzaSyD5qfsHRcZaXIw_R5WDTPUEYyaW8dNjmC8", authDomain: "library-app-1f482.firebaseapp.com", databaseURL: "https://library-app-1f482.firebaseio.com", projectId: "library-app-1f482", storageBucket: "", messagingSenderId: "479432060787" }; firebase.initializeApp(config); </script>