Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.05 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.05 KB

The portfolio website made by @jordicastro.

Built with Vite + React + Express (Node.js). Deployed on Github Pages.

Website

The Website hosted on GitHub pages can be found here.

Documentation

Documentation can be found here.

HomePage Hero

ProjectsPage Projects

AboutPage About

NotFoundPage NotFound

Getting Started

  1. clone the repo
git clone https://github.com/jordicastro/web-app
  1. cd into the server folder and run the backend
 cd server
 ...
 npm run dev
  • The REST API is hosted on localhost:8000/api. Open server.js to view the routes
  1. cd into the client folder and run the frontend
cd ..
...
npm run dev
  • The client side is hosted on localhost:3000