fantasy eventer
1.0.0
Un simple ejemplo de aplicación de tarea de tarea con capacidad no elegida , creado con la aplicación Crear react, react Redux y 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| Guion | Descripción |
|---|---|
npm start | Iniciar Webpack Development Server @ localhost:3000 |
npm run build | Cree la aplicación al directorio ./build |
npm test | Probar la aplicación; Esté atento a los cambios y vuelva a probar |