Pankod

Pankod

  • Docs
  • Github

›Introduction

Introduction

  • Getting Started
  • What's included?
  • Setup
  • Structure

Features

  • Styling
  • Unit Testing
  • Enviroment Variables

Project CLI

  • Overview
  • Usage

Structure

After the setup is complete, your app should have the following directory structure:

.
├── coverage
├── documentation
├── src
│   ├── App
│   │   ├── __snapshots__
│   │   │   └── index.spec.js.snap
│   │   ├── index.spec.js
│   │   ├── index.svelte
│   │   └── style.scss
│   ├── Assets
│   │   ├── css
│   │   │   └── global.css
│   │   └── images
│   │       └── pankod-logo.png
│   ├── Components
│   │   ├── AwesomeComponent
│   │   │   ├── __snapshots__
│   │   │   │   └── index.spec.js.snap
│   │   │   ├── index.spec.js
│   │   │   ├── index.svelte
│   │   │   └── style.scss
│   │   ├── FetchExample
│   │   │   ├── __snapshots__
│   │   │   │   └── index.spec.js.snap
│   │   │   ├── index.spec.js
│   │   │   ├── index.svelte
│   │   │   └── style.scss
│   │   ├── HelloWorld
│   │   │   ├── __snapshots__
│   │   │   │   └── index.spec.js.snap
│   │   │   ├── index.spec.js
│   │   │   ├── index.svelte
│   │   │   └── style.scss
│   │   ├── ImageExample
│   │   │   ├── __snapshots__
│   │   │   │   └── index.spec.js.snap
│   │   │   ├── index.spec.js
│   │   │   ├── index.svelte
│   │   │   └── style.scss
│   │   └── Layout
│   │       ├── __snapshots__
│   │       │   └── index.spec.js.snap
│   │       ├── index.spec.js
│   │       ├── index.svelte
│   │       └── style.scss
│   ├── Services
│   │   ├── Http.js
│   │   ├── Http.spec.js
│   │   └── index.js
│   ├── index.html
│   └── main.js
└── webpack.config.js
├── jest.config.js
├── jest.setup.js
├── jest.transform.js
├── package-lock.json
├── package.json
├── postcss.config.js
├── prettier.config.js
├── babel.config.js
├── README.md

← SetupStyling →
Pankod
Docs
Getting StartedFeaturesSetup
Community
Twitter
More
GitHubStar
Pankod Open Source
Copyright © 2019 pankod