Skip to main content

dev server

The dev command starts a dev server for local development. this command written directly to your api/package.json file (or your package.json file if your app is api-only), enabling you to customize it to your liking.

# launch your psychic server
yarn dev

# launch your psychic server AND your client app
CLIENT=1 yarn dev