Closed albertchitta closed 2 years ago
Use the checkboxes next to each item to keep track of what you have completed.
.env
git clone YOUR_GITHUB_REPO_LINK
cd
npm install
npx husky install
code .
npm start
Completed
Use the checkboxes next to each item to keep track of what you have completed.
.env
file with your keysgit clone YOUR_GITHUB_REPO_LINK
cd
into the directorynpm install
to install your dependenciesnpx husky install
code .
to open the project in VS Codenpm start
to start your server