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