A lightly-modified version of the official Next.js App Router course
A Financial Dashboard learning project built to further explore Next 14 and the App Router method
Visit the deployed demo site ✨HERE✨
Login with test credentials
Email: [email protected]
Password: 123456
- Clone this repo to your local machine
- From the project root in your terminal, install dependencies using the
npm i
(ornpm install
) command
- Run
npm run dev
- The development app will be served at http://localhost:3000/
- To check your code for potential errors, stylistic issues, or other problems, run
npm run lint