A progressive webapp that allows you to read Harvard Classics
🏠 Homepage
- Make sure you have nodejs and npm installed, check that using
npm -v
- Install ionic 4 if you haven't already, run
sudo npm -g i ionic
, it will ask you for your user password - Check that you have the latest ionic client installed, run
ionic -v
, the version when writing this is 4.6.0 - Checkout this repository using
git clone https://github.com/cunla/harvardclassics2
, project will be cloned to a directoryharvardclassics2
under the directory where you ran the command - Run
npm install
to download all dependencies - Run
ionic serve
- Go in your browser to the address
http://localhost:8100
- To develop this you can use any IDE you want, I used Webstorm
In order to use the DB functionality set up environment.ts
using your backbase settings.
export const environment = {
production: false,
firebase: {
apiKey: 'AIzaSyBqFThhFkJF_8FFgzdg1LIsvhixhz30-G8',
authDomain: 'harvardclassics365.firebaseapp.com',
databaseURL: 'https://harvardclassics365.firebaseio.com',
projectId: 'harvardclassics365',
storageBucket: 'harvardclassics365.appspot.com',
messagingSenderId: '319043773098'
},
};
npm run start
👤 Daniel & Natalia Moran
- Github: @cunla
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 Daniel & Natalia Moran.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator