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-boilerplatecd frontend && yarn installFrom the frontend directory, we can run the following command to start our Next.js frontend application:
yarn devThe 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.