#How to run terminal cmd without the terminal ? Wait i can explain more

3 messages · Page 1 of 1 (latest)

ebon pecan
#

Context:
Marketing Team want to see the design before shipping, they are afraid of terminal and confuse of npm, yarn and pnpm. They get anxiety when typing on terminal as if one wrong character will resulting computer go ... KABOOM

So... i am thinking it is possible to create an application , that :

  1. Check they have nodejs install?
  2. Install all dependencies
  3. and npm run dev
  4. Upon rdy , open browser and serve localhost:1234
    PS: Of course, do not show the big scary terminal

Hope anyone can point me the right direction, i will be much appreciated
Cheers

worthy ridge
ebon pecan
#

Yes , I could but...
It is something I been wondering for my hobby project , also testing myself as developer

Is this technically possible?