ryelle / Foxhound

A text-focused blog theme for WordPress (in React)
https://themes.redradar.net/foxhound
350 stars 39 forks source link

Use create-react-app to automate the build #32

Closed cr101 closed 7 years ago

cr101 commented 7 years ago

Please consider using create-react-app for building the JavaScript & CSS files.

ryelle commented 7 years ago

The JS and CSS are already build with webpack and babel, which are what create-react-app uses. Is there a specific feature from create-react-app you think this theme's build process needs?

cr101 commented 7 years ago

It's a tool that myself and many other developers have been using and are familiar with and it's a tool that is fast evolving and growing very popular with the ReactJS community.

ryelle commented 7 years ago

I understand, I've used it before to start up small projects. But this project already exists, so I'm not sure what you're suggesting. If you'd like to see a specific technology from create-react-app brought in, please open another issue for that. Thanks!