Skip to content

CodyWildtyto/shiba-tv

Repository files navigation

SHIBA TV

Tech Stack

App Structure

.
├── public
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json       // metadata for installed web app
├── src
│   ├── assets              // Static files (e.g. images, fonts etc.)
│   ├── components          // UI and other components
│   ├── Layouts             // Layout components
│   ├── utils               // App utility functions
│   ├── index.tsx           // App entry
│   ├── reportWebVitals.ts  // Setup Vitals report
│   ├── reset.css           // Reset and align style
│   └── setupTests.ts       // Setup file with testing-library and Jest
├── .eslintrc.json          // ESLint configuration
├── .prettierrc             // Prettier configuration
├── .stylelintrc            // Stylelint configuration
└── tsconfig.js             // TypeScript configuration

Releases

No releases published

Packages

No packages published