{"id":72,"date":"2019-05-22T20:07:45","date_gmt":"2019-05-22T18:07:45","guid":{"rendered":"https:\/\/sketch2react.wordpress.com\/2019\/05\/22\/how-to-create-a-local-web-server-with-sketch2react\/"},"modified":"2020-10-22T14:22:13","modified_gmt":"2020-10-22T12:22:13","slug":"how-to-create-a-local-web-server-with-sketch2react","status":"publish","type":"post","link":"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/","title":{"rendered":"How to create a local web server with Sketch2React"},"content":{"rendered":"<figure>\n<p class=\"\"><img decoding=\"async\" src=\"https:\/\/cdn-images-1.medium.com\/max\/2560\/1*GbD04TfGmFkO7cGAk6awhw.jpeg\" data-width=\"1920\" data-height=\"1080\"><\/p>\n<\/figure>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<h3>How to create a local web server with Sketch2React<\/h3>\n<blockquote><p>Confess you just jumped up and down in excitement reading above headline&nbsp;??<\/p><\/blockquote>\n<p class=\"\">Anyway.<\/p>\n<p>Howdy dowdy folks, here\u2019s a very handy tutorial on how to create a local, auto-updating web server when working with Sketch2React exported code. Of course this works with <em>any<\/em> code but yeah, it\u2019s specially useful for designers just starting out, learning more about code using our design to code framework.<\/p>\n<p>Also this is specially useful when using our <strong>HTML export option<\/strong> since the React export comes with a built-in one.<\/p>\n<h3>Step 1\u200a\u2014\u200aInstall&nbsp;Node.js<\/h3>\n<p>Make sure you first have <a href=\"https:\/\/nodejs.org\/en\/\" target=\"_blank\" rel=\"noopener noreferrer\">Node.js<\/a> installed on your computer machine\u2026<\/p>\n<h3 class=\"\">Step 2\u200a\u2014\u200aExport to HTML from Sketch2React<\/h3>\n<p><strong>Export to HTML from our code app.<\/strong> If you have several pages you first need to visit them once for them to be added to our export bundle.<\/p>\n<h3>Step 3\u200a\u2014\u200aDrag your project folder onto&nbsp;VSC<\/h3>\n<p><strong>Drag your entire export folder<\/strong> (after you have unzipped it) onto <a href=\"https:\/\/code.visualstudio.com\/download\" target=\"_blank\" rel=\"noopener noreferrer\">Visual Studio Code<\/a> (it\u2019s free and amazing so we use it ?\u200d?like aaaaall the tiiiiiime).<\/p>\n<h3>Step 4\u200a\u2014\u200aCreate a new&nbsp;file<\/h3>\n<p><strong>Create a new file in VSC<\/strong> (right-click \u2192New File) and make sure you\u2019re inside your project folder, it needs to be there for this to work.<\/p>\n<p>Name the file <strong>package.json<\/strong><\/p>\n<h3 class=\"\">Step 5\u200a\u2014\u200aCopy this&nbsp;code<\/h3>\n<p>Copy+paste the code from this <a href=\"https:\/\/www.dropbox.com\/s\/8mzhbt5p1z7dl9w\/package.json?dl=0\" target=\"_blank\" rel=\"noopener noreferrer\">package.json<\/a> file and save\u2026<\/p>\n<h3 class=\"\">Step 6\u200a\u2014\u200aTime to install the web&nbsp;server<\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<hr>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<ol>\n<li>In Visual Studio Code go to <strong>Terminal<\/strong><\/li>\n<li>Choose <strong>New Terminal<\/strong><\/li>\n<li>Write <strong>npm install<\/strong> and hit enter<\/li>\n<li>Sit there in amazement and scream out loud (or in your head)\u200a\u2014\u200a<em>I\u2019m a fracking developer&nbsp;!!<\/em><\/li>\n<\/ol>\n<p class=\"\">Things get installed directly onto your folder. When something that resembles an 2-bit animation has done its thang do this:<\/p>\n<h3 class=\"\">Step 7\u200a\u2014\u200aStart your&nbsp;server<\/h3>\n<p class=\"\">If you think you felt like a pro dev in step 6 just wait and see how sexy you will feel after this step.<\/p>\n<ol class=\"\">\n<li>Write <strong>npm start<\/strong><\/li>\n<li>Hit enter<\/li>\n<li>Drink coffee always more coffee<\/li>\n<li>If the Gods and Gifs are on your side your default browser will open up fairly quick, and your beautiful design will reveal itself, with the super clean code that Sketch2React outputs. <em>Yes we know you love us.<\/em><\/li>\n<li>Now all edits that you do directly in code will automatically update the browser ??\u200d\u2642\ufe0f<\/li>\n<\/ol>\n<h3>Don\u2019t like to&nbsp;read?<\/h3>\n<p>Here\u2019s a video version (kinda) of the same process ??<\/p>\n<div class=\"nv-iframe-embed\"><iframe loading=\"lazy\" title=\"Sketch2React ProTip - Creating a Local Web Server\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/bSLXJFTV1h4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/div>\n<p>That\u2019s all folks and if you scrolled aaaaaaall the way down here you either are a hero or you suffer from severe scrolling addiction. Either way, amazeballs!<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>How to create a local web server with Sketch2React Confess you just jumped up and down in excitement reading above headline&nbsp;?? Anyway. Howdy dowdy folks, here\u2019s a very handy tutorial on how to create a local, auto-updating web server when working with Sketch2React exported code. Of course this works with any code but yeah, it\u2019s&hellip;&nbsp;<a href=\"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/\" class=\"\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">How to create a local web server with Sketch2React<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"bgseo_title":"","bgseo_description":"","bgseo_robots_index":"index","bgseo_robots_follow":"follow","neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"off","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"categories":[166],"tags":[6,109,55,9],"class_list":["post-72","post","type-post","status-publish","format-standard","hentry","category-tutorials","tag-html","tag-node","tag-sketch2react","tag-tutorial"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to create a local web server with Sketch2React | Sketch2React Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to create a local web server with Sketch2React - Sketch2React Blog\" \/>\n<meta property=\"og:description\" content=\"How to create a local web server with Sketch2React Confess you just jumped up and down in excitement reading above headline&nbsp;?? Anyway. Howdy dowdy folks, here\u2019s a very handy tutorial on how to create a local, auto-updating web server when working with Sketch2React exported code. Of course this works with any code but yeah, it\u2019s&hellip;&nbsp;Read More &raquo;How to create a local web server with Sketch2React\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/\" \/>\n<meta property=\"og:site_name\" content=\"Sketch2React Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-22T18:07:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-10-22T12:22:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn-images-1.medium.com\/max\/2560\/1*GbD04TfGmFkO7cGAk6awhw.jpeg\" \/>\n<meta name=\"author\" content=\"Juan Maguid\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Juan Maguid\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/\"},\"author\":{\"name\":\"Juan Maguid\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/7fc8fe20e137be20a66bc8634c059f4e\"},\"headline\":\"How to create a local web server with Sketch2React\",\"datePublished\":\"2019-05-22T18:07:45+00:00\",\"dateModified\":\"2020-10-22T12:22:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/\"},\"wordCount\":452,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn-images-1.medium.com\/max\/2560\/1*GbD04TfGmFkO7cGAk6awhw.jpeg\",\"keywords\":[\"HTML\",\"Node\",\"Sketch2react\",\"Tutorial\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/\",\"url\":\"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/\",\"name\":\"How to create a local web server with Sketch2React - Sketch2React Blog\",\"isPartOf\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn-images-1.medium.com\/max\/2560\/1*GbD04TfGmFkO7cGAk6awhw.jpeg\",\"datePublished\":\"2019-05-22T18:07:45+00:00\",\"dateModified\":\"2020-10-22T12:22:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/#primaryimage\",\"url\":\"https:\/\/cdn-images-1.medium.com\/max\/2560\/1*GbD04TfGmFkO7cGAk6awhw.jpeg\",\"contentUrl\":\"https:\/\/cdn-images-1.medium.com\/max\/2560\/1*GbD04TfGmFkO7cGAk6awhw.jpeg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/sketch2react.io\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to create a local web server with Sketch2React\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#website\",\"url\":\"https:\/\/sketch2react.io\/blog\/\",\"name\":\"Sketch2React Blog\",\"description\":\"Articles, tutorials, tips &amp; tricks\",\"publisher\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sketch2react.io\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#organization\",\"name\":\"Sketch2React Blog\",\"url\":\"https:\/\/sketch2react.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/sketch2react.io\/blog\/wp-content\/uploads\/2021\/10\/cropped-S2R2021Icon.png\",\"contentUrl\":\"https:\/\/sketch2react.io\/blog\/wp-content\/uploads\/2021\/10\/cropped-S2R2021Icon.png\",\"width\":512,\"height\":512,\"caption\":\"Sketch2React Blog\"},\"image\":{\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/7fc8fe20e137be20a66bc8634c059f4e\",\"name\":\"Juan Maguid\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/eac199ca87b7cbb76863825e2f447fafd34ac3b7c4a03c94f499103333c24832?s=96&d=wavatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/eac199ca87b7cbb76863825e2f447fafd34ac3b7c4a03c94f499103333c24832?s=96&d=wavatar&r=g\",\"caption\":\"Juan Maguid\"},\"url\":\"https:\/\/sketch2react.io\/blog\/author\/sketch2react\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to create a local web server with Sketch2React | Sketch2React Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/","og_locale":"en_US","og_type":"article","og_title":"How to create a local web server with Sketch2React - Sketch2React Blog","og_description":"How to create a local web server with Sketch2React Confess you just jumped up and down in excitement reading above headline&nbsp;?? Anyway. Howdy dowdy folks, here\u2019s a very handy tutorial on how to create a local, auto-updating web server when working with Sketch2React exported code. Of course this works with any code but yeah, it\u2019s&hellip;&nbsp;Read More &raquo;How to create a local web server with Sketch2React","og_url":"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/","og_site_name":"Sketch2React Blog","article_published_time":"2019-05-22T18:07:45+00:00","article_modified_time":"2020-10-22T12:22:13+00:00","og_image":[{"url":"https:\/\/cdn-images-1.medium.com\/max\/2560\/1*GbD04TfGmFkO7cGAk6awhw.jpeg","type":"","width":"","height":""}],"author":"Juan Maguid","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Juan Maguid","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/#article","isPartOf":{"@id":"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/"},"author":{"name":"Juan Maguid","@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/7fc8fe20e137be20a66bc8634c059f4e"},"headline":"How to create a local web server with Sketch2React","datePublished":"2019-05-22T18:07:45+00:00","dateModified":"2020-10-22T12:22:13+00:00","mainEntityOfPage":{"@id":"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/"},"wordCount":452,"commentCount":0,"publisher":{"@id":"https:\/\/sketch2react.io\/blog\/#organization"},"image":{"@id":"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn-images-1.medium.com\/max\/2560\/1*GbD04TfGmFkO7cGAk6awhw.jpeg","keywords":["HTML","Node","Sketch2react","Tutorial"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/","url":"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/","name":"How to create a local web server with Sketch2React - Sketch2React Blog","isPartOf":{"@id":"https:\/\/sketch2react.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/#primaryimage"},"image":{"@id":"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn-images-1.medium.com\/max\/2560\/1*GbD04TfGmFkO7cGAk6awhw.jpeg","datePublished":"2019-05-22T18:07:45+00:00","dateModified":"2020-10-22T12:22:13+00:00","breadcrumb":{"@id":"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/#primaryimage","url":"https:\/\/cdn-images-1.medium.com\/max\/2560\/1*GbD04TfGmFkO7cGAk6awhw.jpeg","contentUrl":"https:\/\/cdn-images-1.medium.com\/max\/2560\/1*GbD04TfGmFkO7cGAk6awhw.jpeg"},{"@type":"BreadcrumbList","@id":"https:\/\/sketch2react.io\/blog\/how-to-create-a-local-web-server-with-sketch2react\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sketch2react.io\/blog\/"},{"@type":"ListItem","position":2,"name":"How to create a local web server with Sketch2React"}]},{"@type":"WebSite","@id":"https:\/\/sketch2react.io\/blog\/#website","url":"https:\/\/sketch2react.io\/blog\/","name":"Sketch2React Blog","description":"Articles, tutorials, tips &amp; tricks","publisher":{"@id":"https:\/\/sketch2react.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sketch2react.io\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/sketch2react.io\/blog\/#organization","name":"Sketch2React Blog","url":"https:\/\/sketch2react.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/sketch2react.io\/blog\/wp-content\/uploads\/2021\/10\/cropped-S2R2021Icon.png","contentUrl":"https:\/\/sketch2react.io\/blog\/wp-content\/uploads\/2021\/10\/cropped-S2R2021Icon.png","width":512,"height":512,"caption":"Sketch2React Blog"},"image":{"@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/7fc8fe20e137be20a66bc8634c059f4e","name":"Juan Maguid","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sketch2react.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/eac199ca87b7cbb76863825e2f447fafd34ac3b7c4a03c94f499103333c24832?s=96&d=wavatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/eac199ca87b7cbb76863825e2f447fafd34ac3b7c4a03c94f499103333c24832?s=96&d=wavatar&r=g","caption":"Juan Maguid"},"url":"https:\/\/sketch2react.io\/blog\/author\/sketch2react\/"}]}},"_links":{"self":[{"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/posts\/72","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/comments?post=72"}],"version-history":[{"count":5,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/posts\/72\/revisions"}],"predecessor-version":[{"id":623,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/posts\/72\/revisions\/623"}],"wp:attachment":[{"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/media?parent=72"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/categories?post=72"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sketch2react.io\/blog\/wp-json\/wp\/v2\/tags?post=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}