tqc / codedeploy-scripts

AWS CodeDeploy lifecycle scripts using ES6 to deploy a node app to EC2
MIT License
4 stars 1 forks source link

Please provide diagram of project folder structure assumed #3

Closed elliotrock closed 7 years ago

elliotrock commented 7 years ago

Hi,

Your assumptions are a bit vague, please could your define a node folder structure that you base this assumptions on. Is it?:

build/

tqc commented 7 years ago

See https://github.com/tqc/react-demo for a minimal working example.

./static and ./build are intended for static files that can be served directly by nginx; if nothing in there matches the requested url, the request goes through to the node process.

elliotrock commented 7 years ago

thank you