microsoft/frontend-bootcamp Installation Guide
How to install microsoft/frontend-bootcamp. Official project installation instructions and setup guide.
Automated Install (Recommended)
Quick installation instructions for microsoft/frontend-bootcamp. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i microsoft/frontend-bootcampInstall via npx
npx @hexmos/ipm i microsoft/frontend-bootcampPrerequisites
Node/NPM
package_managerVersion: 10 LTS or later (https://nodejs.org/en/) (choose the **LTS** option, which should be version 10)
Git
system_toolVersion: 2.35.1 or later (https://git-scm.com/downloads)
Visual Studio Code
build_toolVersion: latest (https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line)
Chrome
system_packageVersion: 107.0.5302.124 (https://www.google.com/chrome/browser/download/)
React Developer Tools
system_toolVersion: latest (https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
Firefox
system_packageVersion: latest (https://addons.mozilla.org/en-US/firefox/addon/react-devtools/)
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Clone and Navigate to Project Directory
git clone https://github.com/Microsoft/frontend-bootcamp.git
cd frontend-bootcamp
npm install
code -r . Run the Development Server
npm startPost Installation Steps
- Open your browser and navigate to http://localhost:3000/ to view the app.
- To start the server, run `npm start` in your terminal.
