You see this because your app has no public/
folder.
But don't worry, we're here to get you started!
Your first step should be creating a public
folder inside your project folder.
Next up, just create your index.html inside that public directory.
We're almost here: Paste this into your index.html just before your closing tag for the body: <script src="hoodie/client.js"><script>
This is necessary for your own javascript files to pick up the hoodie methods.
Now handle it just like you would handle your frontend project, hoodie won't get in your way.
Setup your asset folders and create your .css and .js files.
Happy coding :)
To find out more about Hoodie.store and Hoodie.account methods, please refer to github.com/hoodiehq/hoodie-store-client and github.com/hoodiehq/hoodie-account-client