Skip to content
/ TGIF Public

TGIF (4U): This gift is for you 🎁. New Year Card generators powered by fabric.js and funny sprites

Notifications You must be signed in to change notification settings

nijicha/TGIF

Repository files navigation

TGIF

TGIF (4U): This gift is for you 🎁

Project Structure

β”œβ”€β”€ app/
β”‚     β”œβ”€β”€ assets/
β”‚     β”œβ”€β”€ adapters/
β”‚     β”œβ”€β”€ components/
β”‚     β”œβ”€β”€ helpers/
β”‚     β”œβ”€β”€ initializers/
β”‚     β”œβ”€β”€ pages/
β”‚     β”œβ”€β”€ services/
β”‚     β”œβ”€β”€ App.tsx
β”‚     β”œβ”€β”€ index.css
β”‚     β”œβ”€β”€ index.tsx
β”œβ”€β”€ bin
β”‚     β”œβ”€β”€ build.ts
β”‚     └── setup.ts
β”œβ”€β”€ config
β”‚     β”œβ”€β”€ locales/
β”‚     └── index.ts
β”œβ”€β”€ lib
β”‚     └── middlewares/
β”œβ”€β”€ public/
β”œβ”€β”€ spec
β”‚     └── support/
└── index.html
  • app/: Close to 100% of the application code must be in there. It’s often named src/ but it must also contain non-JS files such as assets/ (which are often stored in public).
  • bin/ CLI scripts e.g. application setup, distribution build or deployment.
  • config/: The configuration files for the application such as environment variables and locales.
  • dist/: The compiled application code and assets for production deployment. Do not commit this directory to the Git repository.
  • lib/: Non-specific application or shared code.
  • server/: The Node.JS web server configuration and boot scripts.
  • spec/: The tests for the application and the config for the test environment (stored in support/).
  • ./: The root of the styles folder contains the NPM package configuration and other dot files.

About

TGIF (4U): This gift is for you 🎁. New Year Card generators powered by fabric.js and funny sprites

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published