** **This is another Front-end implementation for cello dashboard, if you want to use this version, must change the theme into reactjs.
$ THEME=react make startIf you want to develop original js code for react, you must install node modules, and rebuild js after you change the js code.
In the initialized state, must install node modules, the command is
$ make npm-installIf you want to add extra node modules, you need change the package.json file in src/themes/react/static directory, then rerun the command “make npm-install”.
In the development phase
$ make watch-modeIn the production environment
$ make build-js