Skip to content

ilinieja/vue-simple-ecommerce-storefront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landing store POC

Proof-of-concept landing store project

Stack

Frontend:

Backend:

Payments:

Environment vars:

All needed environment variables are listed inside .env.default without values, with comments

Environment vars can be set in .env file in project root for local project run.

Build and run

# install dependencies
npm install

# build frontend for production with minification
npm run build

# run server
npm start

# serve frontend with hot reload at localhost:8080
npm run dev

About

Proof-of-concept landing store using VueJS, Express and Braintree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published