We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Não tem nenhum lock.yarn no projecto, não consigo instalar as dependências.
The text was updated successfully, but these errors were encountered:
Hi @vilarezz 👋
The yarn.lock file is just a dependency cache file.
This file will be generated after installing the package.json dependencies, only it is necessary.
Run locally:
git clone https://github.com/rocketseat-education/ignite-template-reactjs-conceitos-do-react.git
or
npx create-react-app project-name -e https://github.com/rocketseat-education/ignite-template-reactjs-conceitos-do-react
Go to the project directory
cd ignite-template-reactjs-conceitos-do-react
Install dependencies
yarn
Start the server
yarn dev
Open http://localhost:8080 with your browser to see the result.
Hope this helps
Sorry, something went wrong.
No branches or pull requests
Não tem nenhum lock.yarn no projecto, não consigo instalar as dependências.
The text was updated successfully, but these errors were encountered: