fantasy eventer
1.0.0
مثال على تطبيق TODO البسيط مع إمكانية und relete - تم إنشاؤه مع إنشاء تطبيق 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 Development Server @ localhost:3000 |
npm run build | قم ببناء التطبيق إلى ./build directory |
npm test | اختبار التطبيق ؛ راقب التغييرات وإعادة الاختبار |