# (DEPRECATED) Seed App Detailed Task List
## CLI
- [ ] Create an app with symlinks in our repo (this is so that we can easily edit the file and update the template it came from.)
- [ ] Create a pointer to our own `@builder.io/qwik` rather than specific version
- [ ] Lint error: 
- [ ] Add a generated `package.json` file to `@builder.io/qwik/server` directory. The build script can auto-generate this in the build so the package works in Node < 14. [Adam]
- [X] The instructions after generating the CLI app, do not show `npm run serve`
- [x] the server needs to wait for the build system to complete
## Node
- [ ] If seed app is run with wrong version of node the error message is very confusing because it can't find `@builder.io/qwik/server`. This is because the `package.json` contains stuff which only later versions of node can read. Either throw a useful error or add `packag.json` to `server` folder to make it work.
## Seed Apps
- [ ] Make Todo work
- [ ] Needs `README.md`
- [ ] Make Hello World work
- [ ] Needs `README.md`
- [ ] Add additional example????
- [ ] QWIK REST API example
- [ ] Blank project