Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial repo setup #2

Merged
merged 30 commits into from
Nov 6, 2024
Merged

Initial repo setup #2

merged 30 commits into from
Nov 6, 2024

Conversation

MehulKChaudhari
Copy link
Member

@MehulKChaudhari MehulKChaudhari commented Nov 4, 2024

Date: 4/11/2024

Developer Name: @MehulKChaudhari


Description

This PR will add basic repo setup for frontend of feature-flag, (React Typescript Vite)

Documentation Updated?

  • Yes
  • No

Under Feature Flag

  • Yes
  • No

Database Changes

  • Yes
  • No

Breaking Changes

  • Yes
  • No

Development Tested?

  • Yes
  • No

@MehulKChaudhari
Copy link
Member Author

Note: Tests setup will come in subsequent PR, It would have increased the number of files changes and the scope of this PR that's why keeping it separate.

index.html Outdated Show resolved Hide resolved
pnpm-lock.yaml Outdated Show resolved Hide resolved
@MehulKChaudhari MehulKChaudhari mentioned this pull request Nov 4, 2024
10 tasks
@@ -0,0 +1,43 @@
name: CI
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a time out

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use latest node version

@prakashchoudhary07 prakashchoudhary07 changed the title add: Initial repo setup Initial repo setup Nov 6, 2024
@prakashchoudhary07 prakashchoudhary07 merged commit e1efa4b into develop Nov 6, 2024
1 check passed
@prakashchoudhary07 prakashchoudhary07 deleted the setup/react-ts-vite branch November 6, 2024 02:28
Comment on lines +7 to +15
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"preview": "vite preview",
"test": "vitest",
"test:watch": "vitest --watch"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add coverage report command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants