Skip to content

codehangar/stripe-codehangar

Repository files navigation

stripe-codehangar

Stripe Dev Utilities

Build Status

Getting Started

npm install

How to Run

$ npm start

Directory Structure

  • dist (build)
  • node_modules
  • src (app source code)
    • components (reusable elements)
      • Component
        • Component.html
        • Component.js
        • Component.scss
    • views (pages)
      • View
        • View.html
        • View.js
        • View.scss
    • index.html
    • index.js
    • index.scss
  • tests (automated tests)
  • tools (build tools)
  • LICENSE
  • package.json
  • README.md