product-store-components
v1.0.0
Published
<h1 align="center">:star: product-store :star:</h1> <p align="center">A webpage that you can customize home, product, contact and others pages.</P
Downloads
2
Readme
install and build
npm install
npm run build:local - development mode
npm run build - production mode
run server [other terminal tab]
npm dev - development mode
npm start - production mode
Environment variables
API
API_URL - rest api url
APP_KEY - security app key to rest communication
Email
MAILER_HOST - smtp host config [smtp.gmail.com]
MAILER_PORT - host por config [587]
MAILER_USER - username or email [[email protected]]
MAILER_PASS - password [password]
