You can create a shell script file, like setup.sh
git clone ${GitHubUrl} cd project npm install npm start (auto-run the project)
Then run
bash setup.sh