# Installation

Please follow the instructions and install Boston template. At first, [Download](https://themeforest.net/downloads) the theme from ThemeForest then unzip it and follow the instructions in the video to see how you can install React on your hosting:

1. Open cmd

<figure><img src="https://4228133771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkomolzORYrGkLuyuHJPO%2Fuploads%2FhIQT8C0v6xyaHt8GpUo5%2Fopen_cmd.png?alt=media&#x26;token=86fdbf5a-a2ea-4930-bf51-00e519781b4b" alt=""><figcaption><p><em>open cmd</em></p></figcaption></figure>

2\. Before proceeding you'll need to install npm packages. You can do this by running `npm install` from the root of your project to install all the necessary dependencies.

<figure><img src="https://4228133771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkomolzORYrGkLuyuHJPO%2Fuploads%2FiZNri8FgTKSof1eTRtCX%2Fnpm_i.png?alt=media&#x26;token=bc699f36-59a2-40d8-b006-fb1634a463f8" alt=""><figcaption><p><em>npm install</em></p></figcaption></figure>

3\. Run `npm run dev` for a dev server. Navigate to [localhost:3000](http://localhost:3000/). The app will automatically reload if you change any of the source files.

<figure><img src="https://4228133771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkomolzORYrGkLuyuHJPO%2Fuploads%2F4VRsv6CWhs59cpB1kp0o%2Fnpm_r_d.png?alt=media&#x26;token=e2d7cbbf-d4fa-4bd8-9fc8-a847ea39064b" alt=""><figcaption><p><em>npm run dev</em></p></figcaption></figure>

## Deploying On Server

{% tabs %}
{% tab title="Vercel" %}
[Vercel](https://vercel.com/) is the platform for front-end developers, providing the speed and reliability innovators need to create at the moment of inspiration.

{% embed url="<https://www.youtube.com/watch?v=_8wkKL0LKks>" %}
Netlify is a remote-first cloud computing company that offers a development platform that includes build, deploy, and serverless backend services for web applications and dynamic websites.
{% endembed %}
{% endtab %}

{% tab title="Netlify" %}
[Netlify](https://www.netlify.com/) is a remote-first cloud computing company that offers a development platform that includes build, deploy, and serverless backend services for web applications and dynamic websites.

{% embed url="<https://www.youtube.com/watch?v=TbQ4kWX29lQ>" %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://codeefly.gitbook.io/tokyo-react-nextjs-documentation/getting-started/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
