diff --git a/examples/basic/README.md b/examples/basic/README.md index 2683bb7..5f43a9f 100644 --- a/examples/basic/README.md +++ b/examples/basic/README.md @@ -3,3 +3,5 @@ This example demonstrates how to use nest-next to add server side rendering to [nest](https://github.com/nestjs/nest) with [next.js](https://github.com/zeit/next.js/). All needed components are expected to be under one project, one repo, with this folder being the root of the repo. + +> You need to build the project first \ No newline at end of file diff --git a/examples/basic/package.json b/examples/basic/package.json index 5e679eb..802a789 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -28,6 +28,7 @@ "@babel/core": "^7.5.5", "@types/node": "^12.7.1", "@types/react": "^16.9.1", + "nodemon": "^2.0.4", "rimraf": "^3.0.0", "ts-node": "^8.3.0", "typescript": "^3.5.3"