Skip to content

hoodiehq/hoodie-app-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hoodie-app-skeleton

Boilerplate for a new Hoodie App

You can start to build your (mobile) app in a fingersnap.

Setup

Get the code either by downloading it or using git.

If you download it, you can rename the folder to your app name, then open the folder in your terminal and run

npm install

If you want to get it via git, run the comment below, replace my-app-name with the name of your app below

git clone https://github.com/hoodiehq/hoodie-app-skeleton my-app-name
cd my-app-name
rm -rf .git # remove the boilerplate’s git history
npm install

Once npm install finished, you can start your app with

npm start

For available options, run

npm start -- --help

Browser Support (depending on Hoodie)

  • Firefox (29+)
  • Chrome (34+)
  • Desktop Safari (7+)
  • Internet Explorer 10+
  • Opera (21+)
  • Android 4.3+
  • iOS Safari (7.1+)

Including

index.html

  • including all (css + js) files you need

main.css

login.html

  • small form for login

login.js

  • hoodie account function already prepared

About

Boilerplate for a new Hoodie App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published