You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update version of Hapi to v13.0.0 fixes#22
* remove hapi, inert & nodemon. replaced with live-server! fixes#80 and closes#22 discussed in #23 (comment)
* add clarifications and spellchecks to live-js section
* remove old hapi server file
but once that's done your `live-server` will start up.
245
+
246
+
That starts a node.js HTTP server on port 8000
247
+
and opens the form you just created in your default browser.
248
+
If you wish to edit the styles in **style.css** or the
249
+
client-side Javascript in **form-submission-handler.js**,
250
+
please be sure to update `index.html` to load those resources
251
+
locally rather than via GitHub.
252
+
253
+
> **Note**: This is a _light_ taste of Node.js for absolute beginners.
254
+
You do **not** need node.js to "deploy" this form,
255
+
you can run it on an **_any_ web server** that serves HTML/CSS/JavaScript.
256
+
If you have never used Node.js before, see: http://nodeguide.com/beginner.html
257
+
but for the purposes of this exercise (_submitting a form **without** a server_)
258
+
you _don't **need**_ node.js or `live-server`
259
+
it's just a _nice_ thing to have when you are creating
260
+
your form because it automatically re-loads the page when you make changes in your text editor!
261
+
262
+
230
263
# *Want more*?
231
264
232
265
If you want us to take this tutorial further, [***please let us know***!](https://github.com/nelsonic/html-form-send-email-via-google-script-without-server/issues)
@@ -253,6 +286,8 @@ e.g:
253
286
Let us know if you have any questions!
254
287
255
288
289
+
290
+
256
291
## Background Reading
257
292
258
293
+ Google Apps Scripts Basics: https://developers.google.com/apps-script/articles
0 commit comments