/cattobuyz-v1

Ecommerce About Cat (not sell a cat) using laravel lumen microservices & php monolitic to research, deploy and testing Amazon Web Services (AWS).

Primary LanguageCSS

cattobuyz-frontend

Build Setup

# install dependencies
$ npm install

# nuxt.config.js
1- update the <project directory>/nuxt.config.js

axios: { baseURL: '' // lumen project base url }

env: { PAYPAL_CLIENT_ID: "" // paypal client id }

2- update the <project directory>/admin/nuxt.config.js

axios: { baseURL: '' // lumen project base url }

env: { PUSHER_APP_KEY: "" // pusher app key }


## serve with hot reload at localhost:3000 for website and localhost:4000 for admin
$ npm run dev

## build for production and launch server
$ npm run build