Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 679 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 679 Bytes

REACT JS PROJECTS

for vite projects:

npm create vite@latest my-vite-project

cd to folder:

npm i
npm run dev

To start a React project with JavaScript (JS), use the following command:

npx create-react-app my-app

npx: Runs the Create React App tool without globally installing it. create-react-app: The tool used to bootstrap React projects. my-app: The name of your project folder.

cd my-app
npm start

The project folder: "review" contains hook components with links to Internet resources

Petr** contains the practicing context: reactjs + bootstrap. The readme file contains screenshot of an app and additional resources.