Skip to content

felix1234567890/svelte_shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

1.First clone this repo to use it locally with this command in your terminal:

git clone <projectName>

2.Enter into the project with :

cd <projectName>

3.Install all the dependencies with:

npm install

4.Run the project with:

npm run dev