git clone https://github.com/cerebral/cerebral-boilerplate.git
(and delete .git folder)
or ZIP it :-)
The project runs with React by default and hot replacement of changes to the modules
CSS files loaded into components are locally scoped and you can point to class names with javascript. You can also compose classes together, also from other files. These are also hot loaded. Read more about them here.