Codeigniter and React.JS setup
问题 Im planning to have Codeigniter and ReactJS for my new project, I need to know how to setup the project folders and the build process for the .jsx files to be .js and then all the .js files to be concatenated and minified to be min.js I'm thinking of using GruntJS 回答1: Try Gulp instead I might suggest you use gulp instead, it's much more beginner friendly IMO. If I was setting up such a project I might start with a folder structure like this, and install my node_modules. I quite like to use