UI basics

Ghost User requested to merge bf-ui-basics into master

1st draft.

screen shot 2018-05-02 at 2 30 14 pm

@brianflanagan I reorganized the files:

  • all assets (images, .sass) go into the /assets folder, CRA recommends not putting them in the public/ folder
  • Put npm-run-all as a devDependency
  • Simplify the scripts in package.json

Merge request reports