Example project + structure for component-styleguide.
See this example styleguide running at component-styleguide.now.sh (thanks now.sh!).
git clone [email protected]:webpro/component-styleguide-example.git
cd component-styleguide-example
npm install
npm run build
npm start
The styleguide is now running at http://localhost:3000.
npm run dev