Tuesday 26 December 2017

Deploying my node app

I have a personal portfolio page I am trying to deploy. It is a create-react-app that will be served by an express server. That express server will also handle sending emails from the 'contact me' form.Here is the app so far if anyone is curious: http://ift.tt/2BDT97a am working on the deployment method since I have never really deployed my own app, and I don't want to use Heroku because I am working on learning more pieces of the deployment process. I am curious about:Should I use docker?What are some cheap hosting services? (I won't get much traffic)How do I set up a password for the email service that isn't posted on github?

Submitted December 26, 2017 at 02:33PM by sambigelow44

No comments:

Post a Comment