My personal website
No framework, just simple PHP files for local development.
# development: just css, no build process for JavaScript
npm run css-watchOnce done and ready to deploy, run:
# css
npm run css-build
# bundle for deployment
npm run buildThis will run a PHP script that will generate a static index.html file in the dist directory.
It will also copy all necessary files to dist.
Then you just drag and drop the dist directory in Netlify dashboard :-)