© Russ Ferguson 2019
Russ FergusonBeginning JavaScripthttps://doi.org/10.1007/978-1-4842-4395-4_13

13. JavaScript and Static Deployment

Russ Ferguson1 
(1)
Ocean, NJ, USA
 

You have done a lot of development on your local machine, working with JavaScript directly in the browser and then using frameworks like Angular and React to develop applications that rely on data from the server. Now that you have an understanding of what it is like to work with larger applications, you can move these applications from your laptop to a server to be seen by everyone.

For this example, you are going to use JSONPlaceholder as the source of your data and focus on the front-end development.

In earlier chapters of this book I discussed how to use Git as a way of keeping ...

Get Beginning JavaScript: The Ultimate Guide to Modern JavaScript Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.