Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 302 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 302 Bytes

Next Server Side Rendering Gotchas

This repo is meant to be used as part of a lesson in The Joy of React.

Running a development server

First, install the dependencies:

$ npm install

Then, start a local development server:

$ npm run dev