Go to file
2024-07-12 11:04:16 -04:00
public Initial commit 2024-05-30 12:44:57 -04:00
src Update base landing page 2024-07-11 14:06:02 -04:00
.gitignore Initialize project using Create React App 2024-01-16 14:58:15 -05:00
docker-compose.yml Update README + docker 2024-07-12 11:04:16 -04:00
Dockerfile Update README + docker 2024-07-12 11:04:16 -04:00
generate-react-cli.json Initial commit 2024-05-30 12:44:57 -04:00
package-lock.json Update README + docker 2024-07-12 11:04:16 -04:00
package.json Update README + docker 2024-07-12 11:04:16 -04:00
README.md Update README + docker 2024-07-12 11:04:16 -04:00

Server home landing page

This repository is a (primitive) base landing page for my personal homepage. Built in ReactJS with no other non-pertinent assets.

Build & Run:

Development

// Install dependencies.
npm install 

// Run local hot-reload instance.
npm run start

Release

  • Dockerized option is also available.
// Install prod-only dependencies.
npm install --only=production

// Generate build folder.  
npm run build 

// Serve built directory. 
serve -s build

Change Log

2024-07-11 - Final base build concluded + live release.