Ida Delphine's portfolio
npm install
DB_USERNAME=
DB_PASSWORD=
node server.js
http://localhost:8000
npm install
REACT_APP_EMAIL_SERVICE_ID=
REACT_APP_EMAIL_TEMPLATE_ID=
REACT_APP_EMAIL_PUBLIC_KEY=
npm strat
http://localhost:3000
cd client
npm run build
cd ..
node server.js
For a Linux/Ubuntu server running apache2 web server, follow these steps to deploy the site
sudo a2enmod rewrite
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
client
directory.sudo cp -r build/. /var/www/html
sudo systemctl restart apache2