InteractiveMechanics / reflecting-booths-html5

The repository for development of the 9/11 Memorial and Museums Visitor Reflecting Booths.
0 stars 0 forks source link

[1] Documentation: Run sheet for installation #114

Closed mtedeschi closed 6 years ago

mtedeschi commented 6 years ago

Hardware

System Setup

Software Setup


Install questions for Matt:

strangemodern commented 6 years ago

@mtedeschi react deployment reference using node http server: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#deployment

strangemodern commented 6 years ago

I'm currently using node serve, installing globally, and serving the build folder from the project directory 'serve -s build'. Default port is 5000.