DEV Community

Bret
Bret

Posted on

VSC: Tasks vs &&

With building projects, like a MERN project,
Do you have a “local” or “on your computer” script that you run or CL of:
mkdir file && cd file && mkdir test %% XD test && touch index.JS %% echo “test” >> index.JS && cd - && cd test ?

Top comments (0)