fantasy eventer
1.0.0
Contoh aplikasi TODO yang sederhana dengan kemampuan yang tidak diatasi - dibangun dengan aplikasi Create React, React Redux, dan 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| Naskah | Keterangan |
|---|---|
npm start | Mulai Server Pengembangan Webpack @ localhost:3000 |
npm run build | Bangun aplikasi ke ./build Directory |
npm test | Uji aplikasi; Perhatikan perubahan dan menguji ulang |