Basic app template with Rollup and Polka.
To best understand this code I recommend reading the documentation.
npm run
"dev": "sapper dev", "build": "sapper build --legacy", "export": "sapper export --legacy", "start": "node __sapper__/build"