Sample node container to run your react websites. When I need to run a new website, I make of a copy of this and change the port to whatever you like.
Copy the output from running "npm run build" in your create-react-app into the build folder of this project.
Node JS
In the root directory, type `npm install` in the terminal.
In the root directory, type `node app.js` in the terminal.
Copy the entire directory to your Node server.
- Al Proulx - Initial work - Al Proulx
This project is licensed under the MIT License - see the LICENSE.md file for details