[v3] Using in Create-React-App

I’m wondering what is the best way to use V3 in a standard Create-React-App.

I noticed that the npm modules are pushed for framework7 and framework7-react and point to the latest beta as a few days ago.

I have cloned the framework7 git repo and have successfully built the kitchen sink. However I’m not as familiar with gulp and would rather use the webpack and babel with Create-React-App as that as what I’m most familiar with. The ultimate goal is obviously to get it into a cordova based app.

Has anybody created any standard / blank templates for V3 for this approach?

Thanks

I think I found it.

Ben has created a v3 branch on his original create-react-app.

https://github.com/framework7io/framework7-react-app-template/tree/v3

I’m assuming this is what I want yes?

1 Like

Yes, but i’m not sure Ben finished it