fantasy eventer
1.0.0
一個具有Undelete功能的簡單待辦事項示例 - 使用Create React應用,React Redux和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| 腳本 | 描述 |
|---|---|
npm start | 啟動WebPack開發服務器 @ localhost:3000 |
npm run build | 將應用程序構建到./build build目錄 |
npm test | 測試應用程序;注意變化和重新測試 |