https://plex-4-life.firebaseapp.com/
This project was generated with Create React App.
Used Technos
- React for the front-end
- Firebase for the back-end (Realtime database) and hosting
- Travis-CI for Continious Integration and deployment
- Recharts to generate beautiful charts
- Material-UI to implement Google's Material Design
TODO
- Translation (english-french)
- Secure database
npm install -g create-react-appto install create-react-appcreate-react-app plex4lifeto create a react app namedplex4life
In the react app directory :
npm install --save firebaseto install firebase and add it to the app dependencies (package.json)npm install -g firebase-toolsto install firebase-tools (firebase CLI)firebase initto initialize firebase (setup database rules, hosting via firebase.json)npm run buildto build the appfirebase deploy --token "$FIREBASE_TOKEN";to deploy the app in firebasenpm startto start the app locally (for testing purpose)