I was bored, researching color theory and decided to build a thing. But it's really a way for me to finally get my head around the Reacty-Webpacky-Babeling things by doing it from scratch (instead of guessing and poking at someone else's setup).
May not finish it though ¯_(ツ)_/¯.
- Clone this repository.
- Navigate to the
colortheorydirectory - Run
npm installto install packages. - Run
npm run watchto start a webpack server that reloads when you save changes. - Run
npm run testto run tests. - Run
npm build:prodto create a production build.