This is a Next.js project bootstrapped with create-next-app@latest
.
Simply clone the repo using below steps:
- Copy the URL for the repository. Under "HTTPS".
- Open Git Bash or any terminal.
- Change the current working directory to the location where you want the cloned directory.
- Type git clone, and then paste the URL you copied earlier. git clone https://github.com/jin-r10/page-transition.git
- Enter to create your local clone.
- npm i / npm install
- npm run dev
Open http://localhost:3000 in your browser to see the result.
To learn more about Next.js, take a look at the following resources:
Next.js Documentation - learn about Next.js features and API. Learn Next.js - an interactive Next.js tutorial. You can check out the Next.js GitHub repository - your feedback and contributions are welcome!