asndev / webpack2-react-auth-starter

Simple Starter kit with firebase-auth, code-splitting, react, redux, redux-saga
https://webpack2-react-firebase.firebaseapp.com/
MIT License
2 stars 0 forks source link
auth code-splitting es2015 firebase firebase-auth react redux redux-saga webpack2

Build Status MIT Licence Greenkeeper badge

It's nice to have your own starter but you should probably just use Create React App.

Starter

In Action

Getting started

git clone https://github.com/asndev/webpack2-react-auth-starter.git my-awesome-project
cd my-awesome-project
rm -rf .git
git init
git add .
git commit -m 'init'
// git remote add origin <your-git-repo>.git
// git push origin master
yarn
npm start
// Lint
npm run lint

// Test
npm test

// Check unused exports
shrimpit

Firebase Auth

./src/store/firebase/config.js

Firebase Deployment with travis ci