A simple starter kit for your React project.
Run the development server on port 8000:
$ gulp runserverWatch and compile Javascript, styles, and move everything to distribution folder:
$ gulp watchCompile styles imported to src/styles/index.scss and move to distribution folder:
$ gulp cssMove HTML files from src/html to distribution folder:
$ gulp html