Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 372 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 372 Bytes

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.