Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 879 Bytes

File metadata and controls

34 lines (23 loc) · 879 Bytes

HyperParcel

A starter project for using Hyperapp together with Parcel.

Used Packages

Getting Started

To initialize your project using the starter from GitHub, use the following commands.

git clone https://github.com/cutemachine/hyperparcel.git YOUR_PROJECT
cd YOUR_PROJECT
rm -rf .git
git init
git add .
git commit -m 'Initial version of YOUR_PROJECT'
yarn
yarn start

These commands will …

  • clone the starter,
  • remove the old Git history,
  • initialize a new Git repo,
  • install the packages from the NPM registry, and
  • start your project locally.

Enjoy