fantasy eventer
1.0.0
Ein einfaches Beispiel für die Todo -App mit uneleter Funktion - erstellt mit React App, React Redux und Firebase.
$ git clone https://github.com/dnbr2002/fantasy-eventer.git
$ cd fantasy-eventer
$ npm install
$ npm start // .firebaserc
{
"projects" : {
"default" : " your-project-id "
}
} // src/firebase/config.js
export const firebaseConfig = {
apiKey : 'your api key' ,
authDomain : 'your-project-id.firebaseapp.com' ,
databaseURL : 'https://your-project-id.firebaseio.com' ,
storageBucket : 'your-project-id.appspot.com'
} ; $ npm install -g firebase-tools$ npm run build
$ firebase login
$ firebase use default
$ firebase deploy| Skript | Beschreibung |
|---|---|
npm start | Starten Sie den WebPack Development Server @ localhost:3000 |
npm run build | Erstellen Sie die Anwendung auf ./build Directory |
npm test | Testen Sie die Anwendung; Achten Sie auf Änderungen und testen Sie sie erneut |