corporations

所属分类:项目开发与运营
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2023-11-12 14:58:27
上 传 者sh-1993
说明:  公司是我们的分析工具和消息传递解决方案中心,旨在提高消费者参与度。它为......提供了必要的资源...
(Corporations our hub for analytical tools and messaging solutions aimed to enhance consumer engagement. It provides essential resources for understanding consumer behavior, analyzing market trends, and effective communication. Optimizing business strategies, improving customer interactions, and making data-driven decisions.)

文件列表:
.npmrc (26, 2023-11-14)
.vscode/ (0, 2023-11-14)
.vscode/settings.json (262, 2023-11-14)
api/ (0, 2023-11-14)
api/.env (268, 2023-11-14)
api/.env.example (106, 2023-11-14)
api/.env.md (601, 2023-11-14)
api/.md (1024, 2023-11-14)
api/.obsidian/ (0, 2023-11-14)
api/.obsidian/app.json (2, 2023-11-14)
api/.obsidian/app.md (738, 2023-11-14)
api/.obsidian/appearance.json (45, 2023-11-14)
api/.obsidian/appearance.md (815, 2023-11-14)
api/.obsidian/core-plugins-migration.json (637, 2023-11-14)
api/.obsidian/core-plugins-migration.md (1352, 2023-11-14)
api/.obsidian/core-plugins.json (296, 2023-11-14)
api/.obsidian/core-plugins.md (1119, 2023-11-14)
api/.obsidian/hotkeys.json (2, 2023-11-14)
api/.obsidian/hotkeys.md (738, 2023-11-14)
api/.obsidian/workspace.json (4263, 2023-11-14)
api/.obsidian/workspace.md (5058, 2023-11-14)
api/auth/ (0, 2023-11-14)
api/auth/auth.go (2580, 2023-11-14)
api/auth/auth.md (3383, 2023-11-14)
api/controllers/ (0, 2023-11-14)
api/controllers/protected.go (8507, 2023-11-14)
api/controllers/protected.md (9075, 2023-11-14)
api/controllers/public.go (3921, 2023-11-14)
api/controllers/public.md (4811, 2023-11-14)
api/database/ (0, 2023-11-14)
api/database/database.go (1069, 2023-11-14)
api/database/database.md (2084, 2023-11-14)
api/database/mongo.go (5563, 2023-11-14)
api/database/mongo.md (6231, 2023-11-14)
api/database/redis.go (3356, 2023-11-14)
api/database/redis.md (4230, 2023-11-14)
api/docs/ (0, 2023-11-14)
... ...

# Turborepo Tailwind CSS starter This is an official starter Turborepo. ## Using this example Run the following command: ```sh npx create-turbo@latest -e with-tailwind ``` ## What's inside? This Turborepo includes the following packages/apps: ### Apps and Packages - `docs`: a [Next.js](https://nextjs.org/) app with [Tailwind CSS](https://tailwindcss.com/) - `web`: another [Next.js](https://nextjs.org/) app with [Tailwind CSS](https://tailwindcss.com/) - `ui`: a stub React component library with [Tailwind CSS](https://tailwindcss.com/) shared by both `web` and `docs` applications - `eslint-config-custom`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`) - `tsconfig`: `tsconfig.json`s used throughout the monorepo Each package/app is 100% [TypeScript](https://www.typescriptlang.org/). ### Building packages/ui This example is setup to build `packages/ui` and output the transpiled source and compiled styles to `dist/`. This was chosen to make sharing one `tailwind.config.js` as easy as possible, and to ensure only the CSS that is used by the current application and its dependencies is generated. Another option is to consume `packages/ui` directly from source without building. If using this option, you will need to update your `tailwind.config.js` to be aware of your package locations, so it can find all usages of the `tailwindcss` class names. For example, in [tailwind.config.js](packages/tailwind-config/tailwind.config.js): ```js content: [ // app content `src/**/*.{js,ts,jsx,tsx}`, // include packages if not transpiling "../../packages/**/*.{js,ts,jsx,tsx}", ], ``` ### Utilities This Turborepo has some additional tools already setup for you: - [Tailwind CSS](https://tailwindcss.com/) for styles - [TypeScript](https://www.typescriptlang.org/) for static type checking - [ESLint](https://eslint.org/) for code linting - [Prettier](https://prettier.io) for code formatting

近期下载者

相关文件


收藏者