Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 938 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 938 Bytes

Landing store POC

Proof-of-concept landing store project

Demo

Available online here

Demo

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 or in app settings for Heroku deployment.

Prod build:

# build frontend for production with minification
npm run build

Build and local run

# install dependencies
npm install

# run server
npm start

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