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

Added React and TypeScript starter kit using vite #735

Closed
wants to merge 1 commit into from

Conversation

BKarthik7
Copy link

I would like to add the Vite starter kit command for setting up a React and TypeScript project, as it's a popular choice among developers looking for a fast and lightweight setup. The command to create a new project with Vite is:
npm create vite@latest my-vite-app -- --template react-ts
This addition complements the existing starter kits for frameworks like Next.js, Remix, Gatsby, and Expo, providing a comprehensive overview for users.

@filiptammergard
Copy link
Collaborator

Thanks for suggestion, but we have decided to lean on the recommendations from React itself documented here: https://react.dev/learn/start-a-new-react-project

I know React+Vite is popular, but it's not a recommended setup for new React projects.

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