Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 443 Bytes

README.md

File metadata and controls

44 lines (33 loc) · 443 Bytes

🖥️ Installation

Frontend

  1. Clone this repo
git clone https://github.com/luizaugustoliveira/Store.git 
  1. Go to the project folder
cd Store
cd vtexstore
  1. Install dependencies
npm install
  1. Run Frontend
npm run dev

Running the API

  1. Go to the API folder
cd Store
cd api
  1. Install dependencies
npm install
  1. Run start
npm start