react-fabricjs Quick Start Open terminal and run: npm install -webpack -g Open terminal and in the project root execute: npm install Then run command to Run App: webpack -w Run this command to build all css files from scss: sass --watch . And You're done!