- Run
yarn
and thenyarn dev
locally. - The Next.js API server is an in-memory local server, so the data is not actually persisted to disk. The posts that are stored or altered will be reset when the server restarts or when a file is saved and the server is recompiled.
- Open http://localhost:3000 with your browser to see the result.