This is the second iteration of my portfolio. Next.js for the front end and Strapi as a Headless CMS were used for this iteration.
Run yarn
from the project root.
Start the Frontend Next.js server: yarn dev:frontend
Start the backend Strapi server: yarn dev:backend
The application can be accessed as follows:
- Frontend: http://localhost:35001
- Backend: http://localhost:1337