DEV Community

Cover image for Running a mock JSON server and Angular app in 1 cmd
Lorna Watson
Lorna Watson

Posted on • Edited on

Running a mock JSON server and Angular app in 1 cmd

I'm unaware if this is well-known but thought to share a really useful find I randomly came across that allows you to run both a mock JSON server and Angular project in a single command: (both 🔥 reload still)

npm run start:proxy:mock:server

Find more details here. Pretty cool as usually I would need to have 2 separate command windows open and run both individually.

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay