Aula 01: Criando o projeto com Vite
No curso de React, a primeira aula abordará a criação do projeto com Vite. Vite is a build tool that aims to provide a fast and optimized development experience for your React projects.
To get started with Vite, follow the steps below:
- Install Node.js if you haven’t already.
- Open your terminal and navigate to the directory where you want to create your React project.
- Run the following command to create a new React project with Vite:
npx create-react-app my-react-project --template vite
This command will create a new React project using Vite as the build tool.
After the project is created, you can navigate into the project directory and start working on your React app.
With Vite, you can take advantage of features like fast build times, hot module replacement, and optimized production builds. It’s a great tool for developing React apps with a smooth and efficient workflow.
In the following lessons, we will dive deeper into the features and capabilities of Vite for React development.
Aqui deu esse erro ao tentar rodar o projeto
[ERROR] Failed to resolve entry for package "vite". The package may have incorrect main/module/exports specified in its package.json. [plugin externalize-deps]
Aula muito bem explicada e detalhada. Obrigado por compartilhar seu conhecimento. Vlw
Aqui o vite não atualiza as alterações automaticamente na tela do navegador nem a pau, não sei oq é
Cara, aula top, mas precisa aumentar o terminal e posiciona-lo para que possamos ver melhor e fazer as operações mais devagar para acompanharmos.
Recomenda começar pelos vídeos de back-end?
Muito legal.
Só uma dica aumenta o tamanho da fonte pra ficar melhor a visualização.
Excelente demais! Finalmente vou aposentar create react app