-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a35a8fb
commit 49d6f69
Showing
2 changed files
with
22 additions
and
7,453 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
## Next.js App Router Course - Final | ||
## HackRU Frontend | ||
|
||
This is the final template for the Next.js App Router Course. It contains the final code for the dashboard application. | ||
To get started, you must install `PNpm`, a much faster version of `npm`. You can find instructions on how to install [`PNpm` here](https://pnpm.io/installation). | ||
|
||
Then, you can run the following on your terminal. | ||
|
||
``` | ||
git clone git@github.com:HackRU/frontendv2.git | ||
cd frontendv2 | ||
pnpm i | ||
``` | ||
In the project folder, you will find a `.env.example` file. Rename this file to `.env` (this must never be pushed to GitHub). | ||
|
||
Contact me (Kevin) and I will provide you with the secret API keys to connect to the dummy database. | ||
|
||
## Running the dev environment | ||
To run the project locally, type `npm run dev`. Then, you can go to `localhost:3000` on your browser. | ||
|
||
We are in the beginning stages of development. | ||
|
||
`localhost:3000/`: This is the landing page (where the hero will reside). This is mapped to `/app/page.tsx`. | ||
|
||
`localhost:3000/dashboard`: This is the dashboard route. This is mapped to `/app/dashboard/(overview)/page.tsx`. | ||
|
||
For more information, see the [course curriculum](https://nextjs.org/learn) on the Next.js Website. |
Oops, something went wrong.