Adds some config files and deps to get storybook working. ./src/stories exists to place stories, so it is empty for the time being as we have no components yet.
NOTE: I had to lock the version of @storybook/react to 3.2.14, because otherwise with the latest version, 3.4.8, webpack was throwing an error during npm run storybook. I'm leaving this here for further reference because I spent a lot of time trying to find the root of this cryptic error: TypeError: Cannot read property 'request' of undefined.
Adds some config files and deps to get storybook working.
./src/stories
exists to place stories, so it is empty for the time being as we have no components yet.