Installation

Please follow the instructions and install Boston template. At first, Download 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

open cmd

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.

npm install

3. Run npm run dev for a dev server. Navigate to localhost:3000. The app will automatically reload if you change any of the source files.

npm run dev

Deploying On Server

Vercel is the platform for front-end developers, providing the speed and reliability innovators need to create at the moment of inspiration.

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.

Last updated