Git Product home page Git Product logo

vitamin2's Introduction

Vitamin

codecov Test workflow CodeQL workflow Total alerts Language grade: JavaScript Vitamin code style: prettier Commitizen friendly license

Opinionated Vite starter template.

Features

Getting started

Use this repository as a GitHub template or use degit to clone to your machine with an empty git history:

npx degit wtchnm/Vitamin#main my-app

Then, install the dependencies:

pnpm install

Before you start coding

  • If you don't plan to use GitHub Actions, delete the .github directory.
  • Clean up the cypress/integration/index.spec.ts file.
  • Change the favicon.png, apple-touch-icon.png, android-chrome-192x192.png and android-chrome-512x512.png. favicon.io is a cool tool for generating these assets.
  • In the src folder, remove the __tests__, api and components folder and the types.ts file.
  • If you don't plan to use react-query, remove the query client logic in the main.tsx file.
  • Change the title, description and theme color in the index.html and vite.config.ts. The Inter font is included, so remove it if you want.
  • Modify or delete the LICENSE file.
  • Change the name field in package.json.

Scripts

  • pnpm dev - start a development server with hot reload.
  • pnpm build - build for production. The generated files will be on the dist folder.
  • pnpm preview - locally preview the production build.
  • pnpm test - run unit and integration tests related to changed files based on git.
  • pnpm test:ci - run all unit and integration tests in CI mode.
  • pnpm test:e2e - run all e2e tests with the Cypress Test Runner.
  • pnpm test:e2e:headless - run all e2e tests headlessly.
  • pnpm format - format all files with Prettier.
  • pnpm lint - runs TypeScript, ESLint and Stylelint.
  • pnpm validate - runs lint, test:ci and test:e2e:ci.

vitamin2's People

Contributors

cesarnml avatar

vitamin2's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Warning

These dependencies are deprecated:

Datasource Name Replacement PR?
npm @types/testing-library__jest-dom Unavailable
npm npm-run-all Available

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update codecov/codecov-action action to v4
  • Update dependency @types/testing-library__jest-dom to v6
  • Update dependency cypress to v13
  • Update dependency eslint to v9
  • Update dependency eslint-config-airbnb-typescript to v18
  • Update dependency eslint-config-prettier to v9
  • Update dependency eslint-plugin-cypress to v3
  • Update dependency eslint-plugin-testing-library to v6
  • Update dependency eslint-plugin-unicorn to v54
  • Update dependency headers-polyfill to v4
  • Update dependency husky to v9
  • Update dependency jsdom to v24
  • Update dependency lint-staged to v15
  • Update dependency msw to v2
  • Update dependency stylelint to v16
  • Update dependency stylelint-config-standard to v36
  • Update dependency vite to v5
  • Update github/codeql-action action to v3
  • Update pnpm/action-setup action to v4
  • Update testing-library monorepo (major) (@testing-library/cypress, @testing-library/dom, @testing-library/jest-dom, @testing-library/react)
  • Update typescript-eslint monorepo to v7 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • Update vitest monorepo to v2 (major) (@vitest/coverage-istanbul, vitest)
  • Update workbox monorepo to v7 (major) (workbox-build, workbox-window)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/codeql-analysis.yml
  • actions/checkout v3
  • github/codeql-action v2
  • github/codeql-action v2
.github/workflows/test.yml
  • actions/checkout v3
  • pnpm/action-setup v2.2.4
  • actions/setup-node v3
  • codecov/codecov-action v3
npm
package.json
  • @tanstack/react-query 4.28.0
  • react 18.2.0
  • react-dom 18.2.0
  • react-router-dom 6.9.0
  • @nabla/vite-plugin-eslint 1.5.0
  • @tailwindcss/forms 0.5.3
  • @testing-library/cypress 8.0.7
  • @testing-library/dom 9.0.1
  • @testing-library/jest-dom 5.16.5
  • @testing-library/react 14.0.0
  • @testing-library/user-event 14.4.3
  • @types/css-mediaquery 0.1.1
  • @types/react 18.0.28
  • @types/react-dom 18.0.11
  • @types/react-router-dom 5.3.3
  • @types/testing-library__jest-dom 5.14.5
  • @typescript-eslint/eslint-plugin 5.55.0
  • @typescript-eslint/parser 5.55.0
  • @vitejs/plugin-react 3.1.0
  • @vitest/coverage-istanbul 0.29.3
  • autoprefixer 10.4.14
  • commitizen 4.3.0
  • css-mediaquery 0.1.2
  • cypress 10.11.0
  • cz-conventional-changelog 3.3.0
  • eslint 8.36.0
  • eslint-config-airbnb 19.0.4
  • eslint-config-airbnb-base 15.0.0
  • eslint-config-airbnb-typescript 17.0.0
  • eslint-config-prettier 8.7.0
  • eslint-plugin-cypress 2.12.1
  • eslint-plugin-import 2.27.5
  • eslint-plugin-jsx-a11y 6.7.1
  • eslint-plugin-react 7.32.2
  • eslint-plugin-react-hooks 4.6.0
  • eslint-plugin-react-prefer-function-component 3.1.0
  • eslint-plugin-testing-library 5.10.2
  • eslint-plugin-unicorn 46.0.0
  • husky 8.0.3
  • jsdom 21.1.1
  • lint-staged 13.2.0
  • msw 1.1.0
  • npm-run-all 4.1.5
  • postcss 8.4.21
  • prettier 2.8.5
  • prettier-plugin-tailwindcss 0.2.5
  • start-server-and-test 1.15.5
  • stylelint 15.3.0
  • stylelint-config-prettier 9.0.5
  • stylelint-config-standard 30.0.1
  • tailwindcss 3.2.7
  • typescript 4.9.5
  • vite 4.2.1
  • vite-plugin-pwa 0.14.4
  • vite-tsconfig-paths 4.0.7
  • vitest 0.29.3
  • whatwg-fetch 3.6.2
  • workbox-build 6.5.4
  • workbox-window 6.5.4
  • headers-polyfill 3.1.2

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.