Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Jaimeloeuf/hyperapp-bulma-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperapp-Bulma-Template

Github template repo to quickly start a project with hyperapp and bulma!

Install / Develop / Build

Install

# For development to install all normal and dev dependencies
npm install

# For production only, usually in your docker container
npm install --production

Develop

Starts the file builder in watch mode and serve files using live-server

npm run start

# Both commands do the same thing!

npm run serve

Build

Builds for production and writes output to /dist

npm run build

After 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.

About

Template for building hyperapp and bulma projects with built in tooling

Topics

Resources

Stars

Watchers

Forks

Contributors