-
Notifications
You must be signed in to change notification settings - Fork 3
Commands
To this project you only need one command to run project in local server, but I explain all steps you need follow after clone this repository to your machine.
If you have doubts about how to clone this repository, I leave bellow some alternatives to clone my repository.
Note: for clone this repository you need have installed in your machine Git, NodeJS, NPM or Yarn and use some terminal (Powershell in Windows or Terminal in macOS and Linux.)
To clone this repository you need run in your terminal one of the commands below:
-
Clone with HTTP:
git clone https://github.com/TutoDS/nlw04-react.git -
Clone with SSH:
git clone [email protected]:TutoDS/nlw04-react.git -
Clone with GitHub Cli:
gh repo clone TutoDS/nlw04-react
Note: the last command only work if you have installed in your machine GitHub Cli, if you have interest see this link.
After clone, you need open terminal and navigate to the folder, for that in your terminal cd <path>/nlw04-react and now you can install all packages used in package, for that:
-
With Yarn:
yarn -
With NPM:
npm install
After this you can run this project and access in local server, for that only need run yarn dev command and access in your browser with localhost:3000 link.