Skip to content

1771991075/shopApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.Clone the project locally

git clone https://github.com...

2.Install all dependencies

npm install   or
yarn add

3.Launch project

npm start    or
yarn start

4.Package item

npm run build