Skip to content

Rich-Harris/gobble-app-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gobble-app-starter

Simple app template using Gobble and a few of its plugins

How to use

# clone this repo
git clone https://github.com/rich-harris/gobble-app-starter my-project-name

# cd into the newly created project
cd my-project-name

# remove the .git folder, to decouple your project from this repo
rm -rf .git

# install dependencies
npm install

# start building/watching the project
npm start

# later, when you're ready to flatten the project
npm run build

About

Simple static app template using Gobble and a few of its plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages