chiselstrike-examples icon indicating copy to clipboard operation
chiselstrike-examples copied to clipboard

nextjs: Make `npm run dev` start ChiselStrike in addition to NextJS

Open dekimir opened this issue 3 years ago • 0 comments

Right now we ask the user to run npm run dev in one window (starting the frontend server) and chisel dev in another (starting the backend). Besides being needlessly complicated, this assumes that chisel is accessible -- questionable even if npm i chiselstrike-cli was run. It's better to have npm run dev run both servers.

dekimir avatar Jan 18 '22 19:01 dekimir