The portfolio website made by @jordicastro.
Built with Vite + React + Express (Node.js). Deployed on Github Pages.
The Website hosted on GitHub pages can be found here.
Documentation can be found here.
- clone the repo
git clone https://github.com/jordicastro/web-app
- 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
- cd into the client folder and run the frontend
cd ..
...
npm run dev
- The client side is hosted on localhost:3000