Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.14 KB

README.md

File metadata and controls

63 lines (43 loc) · 1.14 KB

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