start-react / sb-admin-react

Starter theme for React JS Dashboard Apps
http://sb-admin-react.geekydev.com:3009/
Other
836 stars 274 forks source link

Update .gitignore to skip build products, update `clean` #14

Closed ssteinerx closed 8 years ago

ssteinerx commented 8 years ago

Removed build directory, preserve index.html and favicon.ico only (everything else is built).

Updated package.json's clean command to remove all extraneous build products.

Add mocha (peers no longer installed by npm, caused error trying to test).