cutemachine / hyperparcel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:CSS 86.8%Language:JavaScript 11.8%Language:HTML 1.4%