© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Sabin Adams
Site Reliability Engineer
This doesn't look like an error, you should be able to run cd my-app and then npm start and it should spin up your local server and serve up your site to localhost:3000
cd my-app
npm start
localhost:3000