+300 React Interview Questions & Answers, migrated from React Interview Questions in one place.
- Git
- Node
- Yarn or NPM
- A fork of the repo (for any contributions).
- A clone of the
TechView-Websiterepo.
- cd
TechView-Websiteto go into the project root. - cd
websiteto go into the website portion of the project. yarnto install the website's npm dependencies (ornpm install, if not using Yarn).
yarn startto start the development server (powered by Docusaurus) (ornpm 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!