/hyperapp-parcel

📦 A minimal hyperapp boilerplate project with parcel as bundler.🚀

Primary LanguageCSSMIT LicenseMIT

hyperapp-parcel

📦 A minimal hyperapp boilerplate project with parcel as bundler. 🚀

Getting started

  • 1. Clone the boilerplate repository to create a new fresh project

    git clone --depth 1 --origin boilerplate git@github.com:ookangzheng/hyperapp-parcel.git <YOUR PROJECT>
    #
    cd <YOUR PROJECT>
  • 2. Install the required dependencies (using your favorite package manager)

    yarn install || npm install
  • 3. Start the development server

    yarn start || npm start