{"componentChunkName":"component---src-templates-blog-post-js","path":"/nextjs/","result":{"data":{"site":{"siteMetadata":{"title":"Freddy Bihozagara's Blog"}},"markdownRemark":{"id":"c78c15a2-84ea-5d67-a051-1138c0f9f27c","excerpt":"To scaffold a NextJs app, Type: npx create-next-app or Manual setup, Type: Install next, react and react-dom in your project folder: Open package.json and add…","html":"<p>To scaffold a NextJs app, Type:</p>\n<p><strong>npx create-next-app</strong></p>\n<p>or</p>\n<p>Manual setup, Type:</p>\n<p><strong>Install next, react and react-dom</strong></p>\n<p>in your project folder:</p>\n<p>Open <strong>package.json</strong> and add the following scripts:</p>\n<div class=\"gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\">&quot;scripts&quot;: {\n  &quot;dev&quot;: &quot;next dev&quot;,\n  &quot;build&quot;: &quot;next build&quot;,\n  &quot;start&quot;: &quot;next start&quot;\n}</code></pre></div>\n<p>Create a pages directory inside your project.</p>\n<p>Populate <strong>./pages/index.js</strong> with the following contents:</p>\n<div class=\"gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\">function HomePage() {\n  return &lt;div&gt;Welcome to Next.js!&lt;/div&gt;\n}\n\nexport default HomePage</code></pre></div>\n<p>To start developing your application type <strong>npm run dev</strong></p>\n<p>Visit <a href=\"http://localhost:3000\">http://localhost:3000</a> to view your application.</p>\n<p>source: <a href=\"https://nextjs.org/\">https://nextjs.org/</a></p>","frontmatter":{"title":"NextJs","date":"December 12, 2020","description":"NextJs is a React framework that allows for both static & server side rendering, has TypeScript support, smart bundling, route pre-fetching, and more .. "}},"previous":{"fields":{"slug":"/app-launcher/"},"frontmatter":{"title":"Desktop launcher"}},"next":{"fields":{"slug":"/wiki_ai/"},"frontmatter":{"title":"Artificial Intelligence (AI)"}}},"pageContext":{"id":"c78c15a2-84ea-5d67-a051-1138c0f9f27c","previousPostId":"52dcb024-e451-5630-9f8e-36951785bf9b","nextPostId":"7c95bf97-8ac1-5ae8-83d4-c8f02a2712f9"}},"staticQueryHashes":["2841359383","916993862"]}