Skip to content

Latest commit

 

History

88 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Structure

website/
├── frontend/          # React application
│   ├── src/          # Source code
│   ├── public/       # Static assets
│   └── package.json  # Frontend dependencies
├── backend/          # Node.js API server
│   ├── server.js     # Express server
│   └── package.json  # Backend dependencies
└── README.md         # This file

Frontend Setup

cd frontend
npm install
npm start

Backend Setup

cd backend
npm install
cp env.example .env
npm run dev

About

Gilbert - Personal Website

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages