Skip to content

plell/templates-ecommerce-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pulling the code

git pull

Install node (npm)

https://nodejs.org/en/download/

Install yarn

https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable

Install git cli

https://git-scm.com/downloads

Clone the repo to your local machine

git clone (repo url goes here, no parenthesis)

How to run the website locally

  1. In terminal, navigate to the code folder
  2. Install packages by running: yarn
  3. Start the local server by running: yarn start

How to push code to the live website

  1. In terminal, navigate to the code folder
  2. Run the followinging in the terminal: git add . git commit -m 'a brief comment describing your updates' git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published