Proof-of-concept landing store project
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.
# 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