Do you want to request a feature or report a bug?
feature
Description
Create React App provides support for custom templates from version 3.3.0. It would be cool to create a template to get started with react-redux-firebase just by installing the template.
I am willing to work on it. 馃檪
This is actually something I have wanted to do since I heard of the idea, love that you are willing to work on it! You may already know about it, but generator-react-firebase start projects with pretty close to the output of create-react-app, so that might be a good source of inspiration.
Let me know if you need anything from me 馃槃
Thank you for the response. I will have look at the generator-react-firebase and will get started with the custom template.馃槉
Yup! Started on a basic template here: cra-template-rrf
Still needs plenty of work though
I went through the generator-react-firebase, It is great and gives a lot of configurability. But I am confused about how dynamic should the creation of CRA Template be:
Going to close since we started the other repo. I referenced the other repo in the Starting A Project section of the README of this repo