Skip to content

cutemachine/hyperparcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published