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 | 测试应用程序;注意变化和重新测试 |