Hello Glitch
Is there any way to create an empty project (no hello-express
), because ususally the first 3-5 minutes I spend time completely removing all files withing the app folder and recreating the folder structure the way I am used to, which also can get annoying some times.
cd /; rm -rf app; cd app; npm init; mkdir src/; echo "# My App" > README.md; echo "// My App" > index.js