+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-Website
repo.
- 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 (ornpm install
, if not using Yarn).
yarn start
to 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!