Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 856 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 856 Bytes

TechView | Real Technical Interviews Q&A

+300 React Interview Questions & Answers, migrated from React Interview Questions in one place.

Prerequisites

  • Git
  • Node
  • Yarn or NPM
  • A fork of the repo (for any contributions).
  • A clone of the TechView-Website repo.

Getting Started

  • cd TechView-Website to go into the project root.
  • cd website to go into the website portion of the project.
  • yarn to install the website's npm dependencies (or npm install, if not using Yarn).

Running locally

  • yarn start to start the development server (powered by Docusaurus) (or npm start, if not using Yarn).
  • open http://localhost:3000/ to open the site in your favorite browser.

The README will be updated soon with more information on how to contribute to our project!