Github template repo to quickly start a project with hyperapp and bulma!
# For development to install all normal and dev dependencies
npm install
# For production only, usually in your docker container
npm install --productionStarts the file builder in watch mode and serve files using live-server
npm run start
# Both commands do the same thing!
npm run serveBuilds for production and writes output to /dist
npm run buildAfter building, you can also use https://www.bundle-buddy.com/esbuild to analyze your bundle using the generated esbuild-metafile.json file in your directory root.