Just a simple template which I put all my tools that I build in it for fast development.
cp .env.example .env
npm install
npm run dev
# Or run this if you want to host it in development environment
npm run dev-host
npm run build
A folder called build gets created and inside it are all files that you need to host your project with nginx.
sudo python3 setup.py