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)