A starter project for using Hyperapp together with Parcel.
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