fantasy eventer
1.0.0
React App, React Redux 및 Firebase를 사용하여 구축 된 실패 기능이있는 간단한 TODO 앱 예제.
$ 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 Development Server @ localhost:3000 시작하십시오 |
npm run build | 응용 프로그램을 ./build 디렉토리로 구축하십시오 |
npm test | 응용 프로그램을 테스트하십시오. 변경 사항을 살펴보고 다시 테스트하십시오 |