First, run the development server:
cd ..
npm run dev
# or
yarn dev
# or
pnpm dev
Open frontend http://localhost:3000 with your browser to see the result.
Open backend localhost:1337/admin/ with your browser to see the result.
You can start frontend editing the page by modifying pages/index.tsx
.