I'm 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 bemin.js
and also usingES6 Style
.
I am using NPM, please explain in details.