This is a boilerplate for building portfolio applications using Next.js.
This boilerplate is built using the following technologies:
git clone https://github.com/ghoshnirmalya/nextjs-strapi-boilerplate
cd frontend && yarn install
From the frontend directory, we can run the following command to start our Next.js frontend application:
yarn dev
The above command will start the frontend application on http://localhost:3000/.
This project is licensed under the MIT License - see the LICENSE.md file for details.