Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linguawork/reactjsprojects
React JavaScript projects
https://github.com/linguawork/reactjsprojects
Last synced: 26 days ago
JSON representation
React JavaScript projects
- Host: GitHub
- URL: https://github.com/linguawork/reactjsprojects
- Owner: linguawork
- Created: 2023-07-29T20:22:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T12:10:58.000Z (29 days ago)
- Last Synced: 2024-11-24T12:28:44.249Z (29 days ago)
- Language: JavaScript
- Homepage:
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### REACT JS PROJECTS
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 and additional resources.