-
Notifications
You must be signed in to change notification settings - Fork 0
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
f05de05
commit 47003f8
Showing
1 changed file
with
6 additions
and
1 deletion.
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 +1,6 @@ | ||
This is a starter template for [Learn Next.js](https://nextjs.org/learn). | ||
# Hope's Next.js Example App | ||
This repo is made to test out a possible optimized app configuration. It was created with Next.js and utilizes Server-Side-Rendering to reduce the time to first contentful paint. | ||
|
||
## Starting the app | ||
For development, run `npm run dev` from the root of the repo. | ||
Otherwise, run `npm run build`, then `npm run start` from the root of the repo. |