Skip to content

bobbyhadz/react-parameter-props-implicitly-has-an-any-type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

The React code is in the src/App.tsx file.

To be able to run the code, follow these instructions:

  1. Clone the GitHub repository with the git clone command.
  2. Open your terminal in the project's root directory (right next to package.json).
  3. Install the node modules.
npm install
  1. To run the code, issue the npm start command.
npm start
  1. Open http://localhost:3000 to view it in the browser.

  2. The page will reload if you make edits. You will also see any lint errors in the console.