diff --git a/public/index.html b/public/index.html index 10ef2deb7..2c1105233 100644 --- a/public/index.html +++ b/public/index.html @@ -12,13 +12,13 @@
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>
+1. Your first step should be creating a public
folder inside your project folder.
2. Next up, just create your index.html inside that public directory.
+3. 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.
-You’ll need to restart the Hoodie server so it servers assets from your app’s public
folder
4. Setup your asset folders and create your .css and .js files.
+5. You’ll need to restart the Hoodie server so it servers assets from your app’s public
folder
If you want to learn more, check the work-in-progress documentation
Happy coding :)