Here are the steps you need to follow to install the dependencies.
-
Download and extract the template from Next.js Templates.
-
After that cd into the template directory then run this command to install all the dependencies
npm install
or
yarn install
- Now run this command to start the developement server
npm run dev
or
yarn dev
If you like this project, please star this repository to inspire me to create more stuff like this and reach more users like you!